google-apis-appengine_v1beta 0.57.0 → 0.58.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: 8c40578bd1a28b6ce9c94ce73a463789bce929589d93e86965829424d795b011
4
- data.tar.gz: 3e54e8aee32d00312cf45507a3515f426d0956bbe085be5c31a9eeffda276d52
3
+ metadata.gz: 7aeb4e525a27a93a97715b5eb373b14c7e29c81b4dc965cf5dc533fd95498881
4
+ data.tar.gz: 0feb6fae0b74d0f6a4082da5f5983194f3b3126e56f66ddb6634884b8bb7e3c5
5
5
  SHA512:
6
- metadata.gz: f22ffd3f911e7046b65639ccaa0f9d97dbdc8a9ae9a9e1cb79b47e1f04048518066b0752596e96c2bc8785c77e0cdfdaac8471505e3d7766614628a5fcea475f
7
- data.tar.gz: 60e51d95a78d939682ff19f775cbe1ec001e3c8e1ed31d686da22ff211eb1a5a020a303e80c5933594f4f485bbbe4c3994ec89f73dc138c2e8759da3cc42a1ca
6
+ metadata.gz: e962a728e5bb79f8ba7066c53eccdb74d4c45d171e082d3c11caf475fd59facb714f7695a81ed3ba1d93ff490783040aeaec93e88ecf85938d35e8f8136db5b6
7
+ data.tar.gz: 6023c326c5fe53a7eaa89f684b2f9aaddb9eb474f98276f3ae4bf7dfa9248d769c1777f1c7d8c75e54e0c578759ebcfd27bd9948cfd4222cb5a7a0b825edf0f6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-appengine_v1beta
2
2
 
3
+ ### v0.58.0 (2025-10-05)
4
+
5
+ * Regenerated from discovery document revision 20250930
6
+
3
7
  ### v0.57.0 (2025-08-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20250816
@@ -1724,6 +1724,13 @@ module Google
1724
1724
  # @return [Array<Google::Apis::AppengineV1beta::Operation>]
1725
1725
  attr_accessor :operations
1726
1726
 
1727
+ # Unordered list. Unreachable resources. Populated when the request sets
1728
+ # ListOperationsRequest.return_partial_success and reads across collections e.g.
1729
+ # when attempting to list all resources across all supported locations.
1730
+ # Corresponds to the JSON property `unreachable`
1731
+ # @return [Array<String>]
1732
+ attr_accessor :unreachable
1733
+
1727
1734
  def initialize(**args)
1728
1735
  update!(**args)
1729
1736
  end
@@ -1732,6 +1739,7 @@ module Google
1732
1739
  def update!(**args)
1733
1740
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
1734
1741
  @operations = args[:operations] if args.key?(:operations)
1742
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
1735
1743
  end
1736
1744
  end
1737
1745
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AppengineV1beta
18
18
  # Version of the google-apis-appengine_v1beta gem
19
- GEM_VERSION = "0.57.0"
19
+ GEM_VERSION = "0.58.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 = "20250816"
25
+ REVISION = "20250930"
26
26
  end
27
27
  end
28
28
  end
@@ -972,6 +972,7 @@ module Google
972
972
  property :next_page_token, as: 'nextPageToken'
973
973
  collection :operations, as: 'operations', class: Google::Apis::AppengineV1beta::Operation, decorator: Google::Apis::AppengineV1beta::Operation::Representation
974
974
 
975
+ collection :unreachable, as: 'unreachable'
975
976
  end
976
977
  end
977
978
 
@@ -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. Do not use this field. It is unsupported and is ignored unless
913
- # explicitly documented otherwise. This is primarily for internal usage.
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, 'v1beta/apps/{appsId}/operations', options)
1018
1025
  command.response_representation = Google::Apis::AppengineV1beta::ListOperationsResponse::Representation
1019
1026
  command.response_class = Google::Apis::AppengineV1beta::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)
@@ -1649,8 +1657,8 @@ module Google
1649
1657
  # @param [String] projects_id
1650
1658
  # Part of `name`. The resource that owns the locations collection, if applicable.
1651
1659
  # @param [Array<String>, String] extra_location_types
1652
- # Optional. Do not use this field. It is unsupported and is ignored unless
1653
- # explicitly documented otherwise. This is primarily for internal usage.
1660
+ # Optional. Unless explicitly documented otherwise, don't use this unsupported
1661
+ # field which is primarily intended for internal usage.
1654
1662
  # @param [String] filter
1655
1663
  # A filter to narrow down results to a preferred subset. The filtering language
1656
1664
  # accepts strings like "displayName=tokyo", and is documented in more detail in
@@ -2046,6 +2054,47 @@ module Google
2046
2054
  execute_or_queue_command(command, &block)
2047
2055
  end
2048
2056
 
2057
+ # Deletes the specified domain mapping. A user must be authorized to administer
2058
+ # the associated domain in order to delete a DomainMapping resource.
2059
+ # @param [String] projects_id
2060
+ # Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/
2061
+ # domainMappings/example.com.
2062
+ # @param [String] locations_id
2063
+ # Part of `name`. See documentation of `projectsId`.
2064
+ # @param [String] applications_id
2065
+ # Part of `name`. See documentation of `projectsId`.
2066
+ # @param [String] domain_mappings_id
2067
+ # Part of `name`. See documentation of `projectsId`.
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::AppengineV1beta::Operation] parsed result object
2078
+ # @yieldparam err [StandardError] error object if request failed
2079
+ #
2080
+ # @return [Google::Apis::AppengineV1beta::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 delete_project_location_application_domain_mapping(projects_id, locations_id, applications_id, domain_mappings_id, fields: nil, quota_user: nil, options: nil, &block)
2086
+ command = make_simple_command(:delete, 'v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}', options)
2087
+ command.response_representation = Google::Apis::AppengineV1beta::Operation::Representation
2088
+ command.response_class = Google::Apis::AppengineV1beta::Operation
2089
+ command.params['projectsId'] = projects_id unless projects_id.nil?
2090
+ command.params['locationsId'] = locations_id unless locations_id.nil?
2091
+ command.params['applicationsId'] = applications_id unless applications_id.nil?
2092
+ command.params['domainMappingsId'] = domain_mappings_id unless domain_mappings_id.nil?
2093
+ command.query['fields'] = fields unless fields.nil?
2094
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
2095
+ execute_or_queue_command(command, &block)
2096
+ end
2097
+
2049
2098
  # Gets the specified domain mapping.
2050
2099
  # @param [String] projects_id
2051
2100
  # Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
@@ -2086,6 +2135,55 @@ module Google
2086
2135
  execute_or_queue_command(command, &block)
2087
2136
  end
2088
2137
 
2138
+ # Updates the specified domain mapping. To map an SSL certificate to a domain
2139
+ # mapping, update certificate_id to point to an AuthorizedCertificate resource.
2140
+ # A user must be authorized to administer the associated domain in order to
2141
+ # update a DomainMapping resource.
2142
+ # @param [String] projects_id
2143
+ # Part of `name`. Required. Name of the resource to update. Example: apps/myapp/
2144
+ # domainMappings/example.com.
2145
+ # @param [String] locations_id
2146
+ # Part of `name`. See documentation of `projectsId`.
2147
+ # @param [String] applications_id
2148
+ # Part of `name`. See documentation of `projectsId`.
2149
+ # @param [String] domain_mappings_id
2150
+ # Part of `name`. See documentation of `projectsId`.
2151
+ # @param [Google::Apis::AppengineV1beta::DomainMapping] domain_mapping_object
2152
+ # @param [String] update_mask
2153
+ # Required. Standard field mask for the set of fields to be updated.
2154
+ # @param [String] fields
2155
+ # Selector specifying which fields to include in a partial response.
2156
+ # @param [String] quota_user
2157
+ # Available to use for quota purposes for server-side applications. Can be any
2158
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
2159
+ # @param [Google::Apis::RequestOptions] options
2160
+ # Request-specific options
2161
+ #
2162
+ # @yield [result, err] Result & error if block supplied
2163
+ # @yieldparam result [Google::Apis::AppengineV1beta::Operation] parsed result object
2164
+ # @yieldparam err [StandardError] error object if request failed
2165
+ #
2166
+ # @return [Google::Apis::AppengineV1beta::Operation]
2167
+ #
2168
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2169
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2170
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
2171
+ 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)
2172
+ command = make_simple_command(:patch, 'v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/domainMappings/{domainMappingsId}', options)
2173
+ command.request_representation = Google::Apis::AppengineV1beta::DomainMapping::Representation
2174
+ command.request_object = domain_mapping_object
2175
+ command.response_representation = Google::Apis::AppengineV1beta::Operation::Representation
2176
+ command.response_class = Google::Apis::AppengineV1beta::Operation
2177
+ command.params['projectsId'] = projects_id unless projects_id.nil?
2178
+ command.params['locationsId'] = locations_id unless locations_id.nil?
2179
+ command.params['applicationsId'] = applications_id unless applications_id.nil?
2180
+ command.params['domainMappingsId'] = domain_mappings_id unless domain_mappings_id.nil?
2181
+ command.query['updateMask'] = update_mask unless update_mask.nil?
2182
+ command.query['fields'] = fields unless fields.nil?
2183
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
2184
+ execute_or_queue_command(command, &block)
2185
+ end
2186
+
2089
2187
  # Deletes the specified service and all enclosed versions.
2090
2188
  # @param [String] projects_id
2091
2189
  # Part of `name`. Required. Name of the resource requested. Example: apps/myapp/
@@ -2365,6 +2463,13 @@ module Google
2365
2463
  # The standard list page size.
2366
2464
  # @param [String] page_token
2367
2465
  # The standard list page token.
2466
+ # @param [Boolean] return_partial_success
2467
+ # When set to true, operations that are reachable are returned as normal, and
2468
+ # those that are unreachable are returned in the ListOperationsResponse.
2469
+ # unreachable field.This can only be true when reading across collections e.g.
2470
+ # when parent is set to "projects/example/locations/-".This field is not by
2471
+ # default supported and will result in an UNIMPLEMENTED error if set unless
2472
+ # explicitly documented otherwise in service or product specific documentation.
2368
2473
  # @param [String] fields
2369
2474
  # Selector specifying which fields to include in a partial response.
2370
2475
  # @param [String] quota_user
@@ -2382,7 +2487,7 @@ module Google
2382
2487
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2383
2488
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2384
2489
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2385
- 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)
2490
+ 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)
2386
2491
  command = make_simple_command(:get, 'v1beta/projects/{projectsId}/locations/{locationsId}/operations', options)
2387
2492
  command.response_representation = Google::Apis::AppengineV1beta::ListOperationsResponse::Representation
2388
2493
  command.response_class = Google::Apis::AppengineV1beta::ListOperationsResponse
@@ -2391,6 +2496,7 @@ module Google
2391
2496
  command.query['filter'] = filter unless filter.nil?
2392
2497
  command.query['pageSize'] = page_size unless page_size.nil?
2393
2498
  command.query['pageToken'] = page_token unless page_token.nil?
2499
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
2394
2500
  command.query['fields'] = fields unless fields.nil?
2395
2501
  command.query['quotaUser'] = quota_user unless quota_user.nil?
2396
2502
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-appengine_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.57.0
4
+ version: 0.58.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_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.57.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.58.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1beta
62
62
  rdoc_options: []
63
63
  require_paths: