google-apis-appengine_v1 0.64.0 → 0.66.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5999e30591df44e69588c9e226c2b77199fe79966fe0f5661695f008e3139cd3
4
- data.tar.gz: 90b13d4e24e2a057408f0ddfd5c24e91e748714685405ca7af8d9e53dec80059
3
+ metadata.gz: d669e534b672b9edd79d4ee3a36acb2031a6591869016901e9958befd0ec376f
4
+ data.tar.gz: cb263d0f43f0c3c4fa96cd70d1e9d5d1b8da0a49c23337d0cf70045976f685a9
5
5
  SHA512:
6
- metadata.gz: 184fa20529aa0e5a78551d68e3489da47fb913ee4e36e926f0828c45e701af2713adbea9b98d4b764180e74a3ce14911d43c091cd246285ec9443c1800dc2c94
7
- data.tar.gz: 81365b11a64ba3bc346a3d2c3d5090be8c95af28132e789b04f5be493291826b26c10ea6d6d678c16ac04b51d1b70fa7b70f5ae3732176a198aa2dbb58cb2f36
6
+ metadata.gz: 75cfeb01b45d351b7396e7fe9d3ab5cf386fd2c88bc75a81c734a438bb9b542925d497396ec24b55c026c80f54eb18ef8e17302468406fef899e2711270bcd07
7
+ data.tar.gz: 1d6a9b3c05c961ec5b423667bf3f3c17f84337860bbf7be0e1be41df8c2fdbaf363806731b8b37605089e3ea427093fcba9e4c7676d5189bac32b865791618d9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-appengine_v1
2
2
 
3
+ ### v0.66.0 (2025-10-05)
4
+
5
+ * Regenerated from discovery document revision 20250930
6
+
7
+ ### v0.65.0 (2025-08-24)
8
+
9
+ * Regenerated from discovery document revision 20250816
10
+
3
11
  ### v0.64.0 (2025-08-10)
4
12
 
5
13
  * Regenerated from discovery document revision 20250805
@@ -1645,6 +1645,13 @@ module Google
1645
1645
  # @return [Array<Google::Apis::AppengineV1::Operation>]
1646
1646
  attr_accessor :operations
1647
1647
 
1648
+ # Unordered list. Unreachable resources. Populated when the request sets
1649
+ # ListOperationsRequest.return_partial_success and reads across collections e.g.
1650
+ # when attempting to list all resources across all supported locations.
1651
+ # Corresponds to the JSON property `unreachable`
1652
+ # @return [Array<String>]
1653
+ attr_accessor :unreachable
1654
+
1648
1655
  def initialize(**args)
1649
1656
  update!(**args)
1650
1657
  end
@@ -1653,6 +1660,7 @@ module Google
1653
1660
  def update!(**args)
1654
1661
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
1655
1662
  @operations = args[:operations] if args.key?(:operations)
1663
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
1656
1664
  end
1657
1665
  end
1658
1666
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AppengineV1
18
18
  # Version of the google-apis-appengine_v1 gem
19
- GEM_VERSION = "0.64.0"
19
+ GEM_VERSION = "0.66.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250805"
25
+ REVISION = "20250930"
26
26
  end
27
27
  end
28
28
  end
@@ -938,6 +938,7 @@ module Google
938
938
  property :next_page_token, as: 'nextPageToken'
939
939
  collection :operations, as: 'operations', class: Google::Apis::AppengineV1::Operation, decorator: Google::Apis::AppengineV1::Operation::Representation
940
940
 
941
+ collection :unreachable, as: 'unreachable'
941
942
  end
942
943
  end
943
944
 
@@ -909,8 +909,8 @@ module Google
909
909
  # @param [String] apps_id
910
910
  # Part of `name`. The resource that owns the locations collection, if applicable.
911
911
  # @param [Array<String>, String] extra_location_types
912
- # Optional. A list of extra location types that should be used as conditions for
913
- # controlling the visibility of the locations.
912
+ # Optional. Unless explicitly documented otherwise, don't use this unsupported
913
+ # field which is primarily intended for internal usage.
914
914
  # @param [String] filter
915
915
  # A filter to narrow down results to a preferred subset. The filtering language
916
916
  # accepts strings like "displayName=tokyo", and is documented in more detail in
@@ -996,6 +996,13 @@ module Google
996
996
  # The standard list page size.
997
997
  # @param [String] page_token
998
998
  # The standard list page token.
999
+ # @param [Boolean] return_partial_success
1000
+ # When set to true, operations that are reachable are returned as normal, and
1001
+ # those that are unreachable are returned in the ListOperationsResponse.
1002
+ # unreachable field.This can only be true when reading across collections e.g.
1003
+ # when parent is set to "projects/example/locations/-".This field is not by
1004
+ # default supported and will result in an UNIMPLEMENTED error if set unless
1005
+ # explicitly documented otherwise in service or product specific documentation.
999
1006
  # @param [String] fields
1000
1007
  # Selector specifying which fields to include in a partial response.
1001
1008
  # @param [String] quota_user
@@ -1013,7 +1020,7 @@ module Google
1013
1020
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1014
1021
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1015
1022
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1016
- def list_app_operations(apps_id, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1023
+ 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)
1017
1024
  command = make_simple_command(:get, 'v1/apps/{appsId}/operations', options)
1018
1025
  command.response_representation = Google::Apis::AppengineV1::ListOperationsResponse::Representation
1019
1026
  command.response_class = Google::Apis::AppengineV1::ListOperationsResponse
@@ -1021,6 +1028,7 @@ module Google
1021
1028
  command.query['filter'] = filter unless filter.nil?
1022
1029
  command.query['pageSize'] = page_size unless page_size.nil?
1023
1030
  command.query['pageToken'] = page_token unless page_token.nil?
1031
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
1024
1032
  command.query['fields'] = fields unless fields.nil?
1025
1033
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1026
1034
  execute_or_queue_command(command, &block)
@@ -1960,6 +1968,47 @@ module Google
1960
1968
  execute_or_queue_command(command, &block)
1961
1969
  end
1962
1970
 
1971
+ # Deletes the specified domain mapping. A user must be authorized to administer
1972
+ # the associated domain in order to delete a DomainMapping resource.
1973
+ # @param [String] projects_id
1974
+ # Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/
1975
+ # domainMappings/example.com.
1976
+ # @param [String] locations_id
1977
+ # Part of `name`. See documentation of `projectsId`.
1978
+ # @param [String] applications_id
1979
+ # Part of `name`. See documentation of `projectsId`.
1980
+ # @param [String] domain_mappings_id
1981
+ # Part of `name`. See documentation of `projectsId`.
1982
+ # @param [String] fields
1983
+ # Selector specifying which fields to include in a partial response.
1984
+ # @param [String] quota_user
1985
+ # Available to use for quota purposes for server-side applications. Can be any
1986
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1987
+ # @param [Google::Apis::RequestOptions] options
1988
+ # Request-specific options
1989
+ #
1990
+ # @yield [result, err] Result & error if block supplied
1991
+ # @yieldparam result [Google::Apis::AppengineV1::Operation] parsed result object
1992
+ # @yieldparam err [StandardError] error object if request failed
1993
+ #
1994
+ # @return [Google::Apis::AppengineV1::Operation]
1995
+ #
1996
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1997
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1998
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1999
+ def delete_project_location_application_domain_mapping(projects_id, locations_id, applications_id, domain_mappings_id, fields: nil, quota_user: nil, options: nil, &block)
2000
+ command = make_simple_command(:delete, 'v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}', options)
2001
+ command.response_representation = Google::Apis::AppengineV1::Operation::Representation
2002
+ command.response_class = Google::Apis::AppengineV1::Operation
2003
+ command.params['projectsId'] = projects_id unless projects_id.nil?
2004
+ command.params['locationsId'] = locations_id unless locations_id.nil?
2005
+ command.params['applicationsId'] = applications_id unless applications_id.nil?
2006
+ command.params['domainMappingsId'] = domain_mappings_id unless domain_mappings_id.nil?
2007
+ command.query['fields'] = fields unless fields.nil?
2008
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
2009
+ execute_or_queue_command(command, &block)
2010
+ end
2011
+
1963
2012
  # Gets the specified domain mapping.
1964
2013
  # @param [String] projects_id
1965
2014
  # Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
@@ -2000,6 +2049,55 @@ module Google
2000
2049
  execute_or_queue_command(command, &block)
2001
2050
  end
2002
2051
 
2052
+ # Updates the specified domain mapping. To map an SSL certificate to a domain
2053
+ # mapping, update certificate_id to point to an AuthorizedCertificate resource.
2054
+ # A user must be authorized to administer the associated domain in order to
2055
+ # update a DomainMapping resource.
2056
+ # @param [String] projects_id
2057
+ # Part of `name`. Required. Name of the resource to update. Example: apps/myapp/
2058
+ # domainMappings/example.com.
2059
+ # @param [String] locations_id
2060
+ # Part of `name`. See documentation of `projectsId`.
2061
+ # @param [String] applications_id
2062
+ # Part of `name`. See documentation of `projectsId`.
2063
+ # @param [String] domain_mappings_id
2064
+ # Part of `name`. See documentation of `projectsId`.
2065
+ # @param [Google::Apis::AppengineV1::DomainMapping] domain_mapping_object
2066
+ # @param [String] update_mask
2067
+ # Required. Standard field mask for the set of fields to be updated.
2068
+ # @param [String] fields
2069
+ # Selector specifying which fields to include in a partial response.
2070
+ # @param [String] quota_user
2071
+ # Available to use for quota purposes for server-side applications. Can be any
2072
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
2073
+ # @param [Google::Apis::RequestOptions] options
2074
+ # Request-specific options
2075
+ #
2076
+ # @yield [result, err] Result & error if block supplied
2077
+ # @yieldparam result [Google::Apis::AppengineV1::Operation] parsed result object
2078
+ # @yieldparam err [StandardError] error object if request failed
2079
+ #
2080
+ # @return [Google::Apis::AppengineV1::Operation]
2081
+ #
2082
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2083
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2084
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
2085
+ 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)
2086
+ command = make_simple_command(:patch, 'v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}', options)
2087
+ command.request_representation = Google::Apis::AppengineV1::DomainMapping::Representation
2088
+ command.request_object = domain_mapping_object
2089
+ command.response_representation = Google::Apis::AppengineV1::Operation::Representation
2090
+ command.response_class = Google::Apis::AppengineV1::Operation
2091
+ command.params['projectsId'] = projects_id unless projects_id.nil?
2092
+ command.params['locationsId'] = locations_id unless locations_id.nil?
2093
+ command.params['applicationsId'] = applications_id unless applications_id.nil?
2094
+ command.params['domainMappingsId'] = domain_mappings_id unless domain_mappings_id.nil?
2095
+ command.query['updateMask'] = update_mask unless update_mask.nil?
2096
+ command.query['fields'] = fields unless fields.nil?
2097
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
2098
+ execute_or_queue_command(command, &block)
2099
+ end
2100
+
2003
2101
  # Deletes the specified service and all enclosed versions.
2004
2102
  # @param [String] projects_id
2005
2103
  # Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-appengine_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.64.0
4
+ version: 0.66.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.64.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.66.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1
62
62
  rdoc_options: []
63
63
  require_paths: