Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions api_names_out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43160,6 +43160,8 @@
"/appengine:v1beta/ListOperationsResponse/nextPageToken": next_page_token
"/appengine:v1beta/ListOperationsResponse/operations": operations
"/appengine:v1beta/ListOperationsResponse/operations/operation": operation
"/appengine:v1beta/ListOperationsResponse/unreachable": unreachable
"/appengine:v1beta/ListOperationsResponse/unreachable/unreachable": unreachable
"/appengine:v1beta/ListRuntimesResponse": list_runtimes_response
"/appengine:v1beta/ListRuntimesResponse/nextPageToken": next_page_token
"/appengine:v1beta/ListRuntimesResponse/runtimes": runtimes
Expand Down Expand Up @@ -43535,6 +43537,7 @@
"/appengine:v1beta/appengine.apps.operations.list/filter": filter
"/appengine:v1beta/appengine.apps.operations.list/pageSize": page_size
"/appengine:v1beta/appengine.apps.operations.list/pageToken": page_token
"/appengine:v1beta/appengine.apps.operations.list/returnPartialSuccess": return_partial_success
"/appengine:v1beta/appengine.apps.patch": patch_app
"/appengine:v1beta/appengine.apps.patch/appsId": apps_id
"/appengine:v1beta/appengine.apps.patch/updateMask": update_mask
Expand Down Expand Up @@ -43649,11 +43652,22 @@
"/appengine:v1beta/appengine.projects.locations.applications.domainMappings.create/locationsId": locations_id
"/appengine:v1beta/appengine.projects.locations.applications.domainMappings.create/overrideStrategy": override_strategy
"/appengine:v1beta/appengine.projects.locations.applications.domainMappings.create/projectsId": projects_id
"/appengine:v1beta/appengine.projects.locations.applications.domainMappings.delete": delete_project_location_application_domain_mapping
"/appengine:v1beta/appengine.projects.locations.applications.domainMappings.delete/applicationsId": applications_id
"/appengine:v1beta/appengine.projects.locations.applications.domainMappings.delete/domainMappingsId": domain_mappings_id
"/appengine:v1beta/appengine.projects.locations.applications.domainMappings.delete/locationsId": locations_id
"/appengine:v1beta/appengine.projects.locations.applications.domainMappings.delete/projectsId": projects_id
"/appengine:v1beta/appengine.projects.locations.applications.domainMappings.get": get_project_location_application_domain_mapping
"/appengine:v1beta/appengine.projects.locations.applications.domainMappings.get/applicationsId": applications_id
"/appengine:v1beta/appengine.projects.locations.applications.domainMappings.get/domainMappingsId": domain_mappings_id
"/appengine:v1beta/appengine.projects.locations.applications.domainMappings.get/locationsId": locations_id
"/appengine:v1beta/appengine.projects.locations.applications.domainMappings.get/projectsId": projects_id
"/appengine:v1beta/appengine.projects.locations.applications.domainMappings.patch": patch_project_location_application_domain_mapping
"/appengine:v1beta/appengine.projects.locations.applications.domainMappings.patch/applicationsId": applications_id
"/appengine:v1beta/appengine.projects.locations.applications.domainMappings.patch/domainMappingsId": domain_mappings_id
"/appengine:v1beta/appengine.projects.locations.applications.domainMappings.patch/locationsId": locations_id
"/appengine:v1beta/appengine.projects.locations.applications.domainMappings.patch/projectsId": projects_id
"/appengine:v1beta/appengine.projects.locations.applications.domainMappings.patch/updateMask": update_mask
"/appengine:v1beta/appengine.projects.locations.applications.get": get_project_location_application
"/appengine:v1beta/appengine.projects.locations.applications.get/applicationsId": applications_id
"/appengine:v1beta/appengine.projects.locations.applications.get/locationsId": locations_id
Expand Down Expand Up @@ -43723,6 +43737,7 @@
"/appengine:v1beta/appengine.projects.locations.operations.list/pageSize": page_size
"/appengine:v1beta/appengine.projects.locations.operations.list/pageToken": page_token
"/appengine:v1beta/appengine.projects.locations.operations.list/projectsId": projects_id
"/appengine:v1beta/appengine.projects.locations.operations.list/returnPartialSuccess": return_partial_success
"/appengine:v1beta/fields": fields
"/appengine:v1beta/key": key
"/appengine:v1beta/quotaUser": quota_user
Expand Down
4 changes: 4 additions & 0 deletions generated/google-apis-appengine_v1beta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-appengine_v1beta

### v0.58.0 (2025-10-05)

* Regenerated from discovery document revision 20250930

### v0.57.0 (2025-08-24)

* Regenerated from discovery document revision 20250816
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1724,6 +1724,13 @@ class ListOperationsResponse
# @return [Array<Google::Apis::AppengineV1beta::Operation>]
attr_accessor :operations

# Unordered list. Unreachable resources. Populated when the request sets
# ListOperationsRequest.return_partial_success and reads across collections e.g.
# when attempting to list all resources across all supported locations.
# Corresponds to the JSON property `unreachable`
# @return [Array<String>]
attr_accessor :unreachable

def initialize(**args)
update!(**args)
end
Expand All @@ -1732,6 +1739,7 @@ def initialize(**args)
def update!(**args)
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
@operations = args[:operations] if args.key?(:operations)
@unreachable = args[:unreachable] if args.key?(:unreachable)
end
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module AppengineV1beta
# Version of the google-apis-appengine_v1beta gem
GEM_VERSION = "0.57.0"
GEM_VERSION = "0.58.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.18.0"

# Revision of the discovery document this client was generated from
REVISION = "20250816"
REVISION = "20250930"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -972,6 +972,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
property :next_page_token, as: 'nextPageToken'
collection :operations, as: 'operations', class: Google::Apis::AppengineV1beta::Operation, decorator: Google::Apis::AppengineV1beta::Operation::Representation

collection :unreachable, as: 'unreachable'
end
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -909,8 +909,8 @@ def get_app_location(apps_id, locations_id, fields: nil, quota_user: nil, option
# @param [String] apps_id
# Part of `name`. The resource that owns the locations collection, if applicable.
# @param [Array<String>, String] extra_location_types
# Optional. Do not use this field. It is unsupported and is ignored unless
# explicitly documented otherwise. This is primarily for internal usage.
# Optional. Unless explicitly documented otherwise, don't use this unsupported
# field which is primarily intended for internal usage.
# @param [String] filter
# A filter to narrow down results to a preferred subset. The filtering language
# accepts strings like "displayName=tokyo", and is documented in more detail in
Expand Down Expand Up @@ -996,6 +996,13 @@ def get_app_operation(apps_id, operations_id, fields: nil, quota_user: nil, opti
# The standard list page size.
# @param [String] page_token
# The standard list page token.
# @param [Boolean] return_partial_success
# When set to true, operations that are reachable are returned as normal, and
# those that are unreachable are returned in the ListOperationsResponse.
# unreachable field.This can only be true when reading across collections e.g.
# when parent is set to "projects/example/locations/-".This field is not by
# default supported and will result in an UNIMPLEMENTED error if set unless
# explicitly documented otherwise in service or product specific documentation.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
Expand All @@ -1013,14 +1020,15 @@ def get_app_operation(apps_id, operations_id, fields: nil, quota_user: nil, opti
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
def list_app_operations(apps_id, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
def list_app_operations(apps_id, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'v1beta/apps/{appsId}/operations', options)
command.response_representation = Google::Apis::AppengineV1beta::ListOperationsResponse::Representation
command.response_class = Google::Apis::AppengineV1beta::ListOperationsResponse
command.params['appsId'] = apps_id unless apps_id.nil?
command.query['filter'] = filter unless filter.nil?
command.query['pageSize'] = page_size unless page_size.nil?
command.query['pageToken'] = page_token unless page_token.nil?
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
execute_or_queue_command(command, &block)
Expand Down Expand Up @@ -1649,8 +1657,8 @@ def get_project_location(projects_id, locations_id, fields: nil, quota_user: nil
# @param [String] projects_id
# Part of `name`. The resource that owns the locations collection, if applicable.
# @param [Array<String>, String] extra_location_types
# Optional. Do not use this field. It is unsupported and is ignored unless
# explicitly documented otherwise. This is primarily for internal usage.
# Optional. Unless explicitly documented otherwise, don't use this unsupported
# field which is primarily intended for internal usage.
# @param [String] filter
# A filter to narrow down results to a preferred subset. The filtering language
# accepts strings like "displayName=tokyo", and is documented in more detail in
Expand Down Expand Up @@ -2046,6 +2054,47 @@ def create_project_location_application_domain_mapping(projects_id, locations_id
execute_or_queue_command(command, &block)
end

# Deletes the specified domain mapping. A user must be authorized to administer
# the associated domain in order to delete a DomainMapping resource.
# @param [String] projects_id
# Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/
# domainMappings/example.com.
# @param [String] locations_id
# Part of `name`. See documentation of `projectsId`.
# @param [String] applications_id
# Part of `name`. See documentation of `projectsId`.
# @param [String] domain_mappings_id
# Part of `name`. See documentation of `projectsId`.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
# Available to use for quota purposes for server-side applications. Can be any
# arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
# @yield [result, err] Result & error if block supplied
# @yieldparam result [Google::Apis::AppengineV1beta::Operation] parsed result object
# @yieldparam err [StandardError] error object if request failed
#
# @return [Google::Apis::AppengineV1beta::Operation]
#
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
def delete_project_location_application_domain_mapping(projects_id, locations_id, applications_id, domain_mappings_id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:delete, 'v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}', options)
command.response_representation = Google::Apis::AppengineV1beta::Operation::Representation
command.response_class = Google::Apis::AppengineV1beta::Operation
command.params['projectsId'] = projects_id unless projects_id.nil?
command.params['locationsId'] = locations_id unless locations_id.nil?
command.params['applicationsId'] = applications_id unless applications_id.nil?
command.params['domainMappingsId'] = domain_mappings_id unless domain_mappings_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
execute_or_queue_command(command, &block)
end

# Gets the specified domain mapping.
# @param [String] projects_id
# Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
Expand Down Expand Up @@ -2086,6 +2135,55 @@ def get_project_location_application_domain_mapping(projects_id, locations_id, a
execute_or_queue_command(command, &block)
end

# Updates the specified domain mapping. To map an SSL certificate to a domain
# mapping, update certificate_id to point to an AuthorizedCertificate resource.
# A user must be authorized to administer the associated domain in order to
# update a DomainMapping resource.
# @param [String] projects_id
# Part of `name`. Required. Name of the resource to update. Example: apps/myapp/
# domainMappings/example.com.
# @param [String] locations_id
# Part of `name`. See documentation of `projectsId`.
# @param [String] applications_id
# Part of `name`. See documentation of `projectsId`.
# @param [String] domain_mappings_id
# Part of `name`. See documentation of `projectsId`.
# @param [Google::Apis::AppengineV1beta::DomainMapping] domain_mapping_object
# @param [String] update_mask
# Required. Standard field mask for the set of fields to be updated.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
# Available to use for quota purposes for server-side applications. Can be any
# arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
# @yield [result, err] Result & error if block supplied
# @yieldparam result [Google::Apis::AppengineV1beta::Operation] parsed result object
# @yieldparam err [StandardError] error object if request failed
#
# @return [Google::Apis::AppengineV1beta::Operation]
#
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
def patch_project_location_application_domain_mapping(projects_id, locations_id, applications_id, domain_mappings_id, domain_mapping_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:patch, 'v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}', options)
command.request_representation = Google::Apis::AppengineV1beta::DomainMapping::Representation
command.request_object = domain_mapping_object
command.response_representation = Google::Apis::AppengineV1beta::Operation::Representation
command.response_class = Google::Apis::AppengineV1beta::Operation
command.params['projectsId'] = projects_id unless projects_id.nil?
command.params['locationsId'] = locations_id unless locations_id.nil?
command.params['applicationsId'] = applications_id unless applications_id.nil?
command.params['domainMappingsId'] = domain_mappings_id unless domain_mappings_id.nil?
command.query['updateMask'] = update_mask unless update_mask.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
execute_or_queue_command(command, &block)
end

# Deletes the specified service and all enclosed versions.
# @param [String] projects_id
# Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
Expand Down Expand Up @@ -2365,6 +2463,13 @@ def get_project_location_operation(projects_id, locations_id, operations_id, fie
# The standard list page size.
# @param [String] page_token
# The standard list page token.
# @param [Boolean] return_partial_success
# When set to true, operations that are reachable are returned as normal, and
# those that are unreachable are returned in the ListOperationsResponse.
# unreachable field.This can only be true when reading across collections e.g.
# when parent is set to "projects/example/locations/-".This field is not by
# default supported and will result in an UNIMPLEMENTED error if set unless
# explicitly documented otherwise in service or product specific documentation.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
Expand All @@ -2382,7 +2487,7 @@ def get_project_location_operation(projects_id, locations_id, operations_id, fie
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
def list_project_location_operations(projects_id, locations_id, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
def list_project_location_operations(projects_id, locations_id, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'v1beta/projects/{projectsId}/locations/{locationsId}/operations', options)
command.response_representation = Google::Apis::AppengineV1beta::ListOperationsResponse::Representation
command.response_class = Google::Apis::AppengineV1beta::ListOperationsResponse
Expand All @@ -2391,6 +2496,7 @@ def list_project_location_operations(projects_id, locations_id, filter: nil, pag
command.query['filter'] = filter unless filter.nil?
command.query['pageSize'] = page_size unless page_size.nil?
command.query['pageToken'] = page_token unless page_token.nil?
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
execute_or_queue_command(command, &block)
Expand Down