google-apis-policysimulator_v1alpha 0.26.0 → 0.27.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: a8c7f1948cc64fc905503c72e8fee311bb4d79c29b534b0b5fc77622207be4fc
4
- data.tar.gz: a6605fcb55f61d29bd3d29cc35918e7421877f2fd34d1328c293791f5b9b5dfd
3
+ metadata.gz: f92dc7cf890ec25c4d0288e2250a1a345c5e84183dacabb11879fbfe883dc778
4
+ data.tar.gz: d0c1bb2a972f01a1f58db3220dc0b5907df8e94e514e8f33eb1813ea89b2925b
5
5
  SHA512:
6
- metadata.gz: ca96de42926c87096c6e5bfd09ad59982070942fc2130c12fa77f951201bc25db3e3d13b3683acbd7cfcecb049696d79151c6d006e512ffe4bad3dfd536ef2c9
7
- data.tar.gz: dd3f518a48ae0b3e50364e90ad8a1c3652a26c35c46ec638d4d3b4f249ba96137645d2a9d5f904a724189fa48a3d793610f545d7b1c63a8b52a38592246d090e
6
+ metadata.gz: eb5395177d15f6ee01d2e33fe99729e1f11b1bf3c8bb277c407a98fdbbbead4c08b94881ca17b42ce0945b074f2ee7b38fe20745eb00e7f2b7cf467e88ca5650
7
+ data.tar.gz: c496696c1f807f310bc4b3029cd74799aa530656cfa6c5c525774865aa1484be7ca9563e92981653f13e038d3545c1af51603969df6c937d8d7f49b9123204e0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-policysimulator_v1alpha
2
2
 
3
+ ### v0.27.0 (2025-10-12)
4
+
5
+ * Regenerated from discovery document revision 20251002
6
+
3
7
  ### v0.26.0 (2025-08-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20250815
@@ -1121,6 +1121,13 @@ module Google
1121
1121
  # @return [Array<Google::Apis::PolicysimulatorV1alpha::GoogleLongrunningOperation>]
1122
1122
  attr_accessor :operations
1123
1123
 
1124
+ # Unordered list. Unreachable resources. Populated when the request sets `
1125
+ # ListOperationsRequest.return_partial_success` and reads across collections e.g.
1126
+ # when attempting to list all resources across all supported locations.
1127
+ # Corresponds to the JSON property `unreachable`
1128
+ # @return [Array<String>]
1129
+ attr_accessor :unreachable
1130
+
1124
1131
  def initialize(**args)
1125
1132
  update!(**args)
1126
1133
  end
@@ -1129,6 +1136,7 @@ module Google
1129
1136
  def update!(**args)
1130
1137
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
1131
1138
  @operations = args[:operations] if args.key?(:operations)
1139
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
1132
1140
  end
1133
1141
  end
1134
1142
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PolicysimulatorV1alpha
18
18
  # Version of the google-apis-policysimulator_v1alpha gem
19
- GEM_VERSION = "0.26.0"
19
+ GEM_VERSION = "0.27.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 = "20250815"
25
+ REVISION = "20251002"
26
26
  end
27
27
  end
28
28
  end
@@ -414,6 +414,7 @@ module Google
414
414
  property :next_page_token, as: 'nextPageToken'
415
415
  collection :operations, as: 'operations', class: Google::Apis::PolicysimulatorV1alpha::GoogleLongrunningOperation, decorator: Google::Apis::PolicysimulatorV1alpha::GoogleLongrunningOperation::Representation
416
416
 
417
+ collection :unreachable, as: 'unreachable'
417
418
  end
418
419
  end
419
420
 
@@ -160,6 +160,13 @@ module Google
160
160
  # The standard list page size.
161
161
  # @param [String] page_token
162
162
  # The standard list page token.
163
+ # @param [Boolean] return_partial_success
164
+ # When set to `true`, operations that are reachable are returned as normal, and
165
+ # those that are unreachable are returned in the [ListOperationsResponse.
166
+ # unreachable] field. This can only be `true` when reading across collections e.
167
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
168
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
169
+ # explicitly documented otherwise in service or product specific documentation.
163
170
  # @param [String] fields
164
171
  # Selector specifying which fields to include in a partial response.
165
172
  # @param [String] quota_user
@@ -177,7 +184,7 @@ module Google
177
184
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
178
185
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
179
186
  # @raise [Google::Apis::AuthorizationError] Authorization is required
180
- def list_folder_location_replay_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
187
+ def list_folder_location_replay_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
181
188
  command = make_simple_command(:get, 'v1alpha/{+name}', options)
182
189
  command.response_representation = Google::Apis::PolicysimulatorV1alpha::GoogleLongrunningListOperationsResponse::Representation
183
190
  command.response_class = Google::Apis::PolicysimulatorV1alpha::GoogleLongrunningListOperationsResponse
@@ -185,6 +192,7 @@ module Google
185
192
  command.query['filter'] = filter unless filter.nil?
186
193
  command.query['pageSize'] = page_size unless page_size.nil?
187
194
  command.query['pageToken'] = page_token unless page_token.nil?
195
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
188
196
  command.query['fields'] = fields unless fields.nil?
189
197
  command.query['quotaUser'] = quota_user unless quota_user.nil?
190
198
  execute_or_queue_command(command, &block)
@@ -231,6 +239,13 @@ module Google
231
239
  # The standard list page size.
232
240
  # @param [String] page_token
233
241
  # The standard list page token.
242
+ # @param [Boolean] return_partial_success
243
+ # When set to `true`, operations that are reachable are returned as normal, and
244
+ # those that are unreachable are returned in the [ListOperationsResponse.
245
+ # unreachable] field. This can only be `true` when reading across collections e.
246
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
247
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
248
+ # explicitly documented otherwise in service or product specific documentation.
234
249
  # @param [String] fields
235
250
  # Selector specifying which fields to include in a partial response.
236
251
  # @param [String] quota_user
@@ -248,7 +263,7 @@ module Google
248
263
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
249
264
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
250
265
  # @raise [Google::Apis::AuthorizationError] Authorization is required
251
- def list_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
266
+ def list_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
252
267
  command = make_simple_command(:get, 'v1alpha/{+name}', options)
253
268
  command.response_representation = Google::Apis::PolicysimulatorV1alpha::GoogleLongrunningListOperationsResponse::Representation
254
269
  command.response_class = Google::Apis::PolicysimulatorV1alpha::GoogleLongrunningListOperationsResponse
@@ -256,6 +271,7 @@ module Google
256
271
  command.query['filter'] = filter unless filter.nil?
257
272
  command.query['pageSize'] = page_size unless page_size.nil?
258
273
  command.query['pageToken'] = page_token unless page_token.nil?
274
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
259
275
  command.query['fields'] = fields unless fields.nil?
260
276
  command.query['quotaUser'] = quota_user unless quota_user.nil?
261
277
  execute_or_queue_command(command, &block)
@@ -364,6 +380,13 @@ module Google
364
380
  # The standard list page size.
365
381
  # @param [String] page_token
366
382
  # The standard list page token.
383
+ # @param [Boolean] return_partial_success
384
+ # When set to `true`, operations that are reachable are returned as normal, and
385
+ # those that are unreachable are returned in the [ListOperationsResponse.
386
+ # unreachable] field. This can only be `true` when reading across collections e.
387
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
388
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
389
+ # explicitly documented otherwise in service or product specific documentation.
367
390
  # @param [String] fields
368
391
  # Selector specifying which fields to include in a partial response.
369
392
  # @param [String] quota_user
@@ -381,7 +404,7 @@ module Google
381
404
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
382
405
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
383
406
  # @raise [Google::Apis::AuthorizationError] Authorization is required
384
- def list_organization_location_replay_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
407
+ def list_organization_location_replay_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
385
408
  command = make_simple_command(:get, 'v1alpha/{+name}', options)
386
409
  command.response_representation = Google::Apis::PolicysimulatorV1alpha::GoogleLongrunningListOperationsResponse::Representation
387
410
  command.response_class = Google::Apis::PolicysimulatorV1alpha::GoogleLongrunningListOperationsResponse
@@ -389,6 +412,7 @@ module Google
389
412
  command.query['filter'] = filter unless filter.nil?
390
413
  command.query['pageSize'] = page_size unless page_size.nil?
391
414
  command.query['pageToken'] = page_token unless page_token.nil?
415
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
392
416
  command.query['fields'] = fields unless fields.nil?
393
417
  command.query['quotaUser'] = quota_user unless quota_user.nil?
394
418
  execute_or_queue_command(command, &block)
@@ -497,6 +521,13 @@ module Google
497
521
  # The standard list page size.
498
522
  # @param [String] page_token
499
523
  # The standard list page token.
524
+ # @param [Boolean] return_partial_success
525
+ # When set to `true`, operations that are reachable are returned as normal, and
526
+ # those that are unreachable are returned in the [ListOperationsResponse.
527
+ # unreachable] field. This can only be `true` when reading across collections e.
528
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
529
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
530
+ # explicitly documented otherwise in service or product specific documentation.
500
531
  # @param [String] fields
501
532
  # Selector specifying which fields to include in a partial response.
502
533
  # @param [String] quota_user
@@ -514,7 +545,7 @@ module Google
514
545
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
515
546
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
516
547
  # @raise [Google::Apis::AuthorizationError] Authorization is required
517
- def list_project_location_replay_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
548
+ def list_project_location_replay_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
518
549
  command = make_simple_command(:get, 'v1alpha/{+name}', options)
519
550
  command.response_representation = Google::Apis::PolicysimulatorV1alpha::GoogleLongrunningListOperationsResponse::Representation
520
551
  command.response_class = Google::Apis::PolicysimulatorV1alpha::GoogleLongrunningListOperationsResponse
@@ -522,6 +553,7 @@ module Google
522
553
  command.query['filter'] = filter unless filter.nil?
523
554
  command.query['pageSize'] = page_size unless page_size.nil?
524
555
  command.query['pageToken'] = page_token unless page_token.nil?
556
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
525
557
  command.query['fields'] = fields unless fields.nil?
526
558
  command.query['quotaUser'] = quota_user unless quota_user.nil?
527
559
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-policysimulator_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.27.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-policysimulator_v1alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1alpha/v0.26.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1alpha/v0.27.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-policysimulator_v1alpha
62
62
  rdoc_options: []
63
63
  require_paths: