google-apis-policysimulator_v1beta 0.19.0 → 0.20.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: 547e341eb5b748730abb489c3d9b6182bf7d60c964d15a008ae0eb1dad2d4517
4
- data.tar.gz: d3604e844ec1d7519336e7694fede9e09a5d1928c713e408993109d8291e6d0b
3
+ metadata.gz: 44cb20c6e4df4d324e2afdc8525947a86486a8970e78ba3d3f8b38ddc3e88843
4
+ data.tar.gz: 6d2377c5fb7e4aa11f17efd43262fdf33b9f12d44fbe5687cf6d549c02ac62d6
5
5
  SHA512:
6
- metadata.gz: 80e869ea0c843367ce75c7e176276e2e3280b92a4b6d57bdcaff71d325ebf8b0823ec583c872becdf3c2951caff5bfc10be02d85f16ca3a446714ee4acc67d90
7
- data.tar.gz: c2302830602ce387284d7c68c45d4157886823a62fe866fd8a80a4985f929b236aaf28281948de4ba5c9da5505fd3fa8bb2b17e5b872f02225c5354bc023a78a
6
+ metadata.gz: 29a0e0d9051926d0a1c9d294197229c743bd474700dfae3ca1a3ab59967ebfee9104a77cf8a22daa3b49d14c4c28baad3c06c224fae890a9d418faf2306da950
7
+ data.tar.gz: efdfeda66e159e7261825383813ea942670210db40ed016092d09cd0fc3de5f011ec3727694eca85f3f53e319246007d556e35a9627b0d488408fd6204f62258
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-policysimulator_v1beta
2
2
 
3
+ ### v0.20.0 (2025-10-12)
4
+
5
+ * Regenerated from discovery document revision 20251002
6
+
3
7
  ### v0.19.0 (2025-08-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20250815
@@ -1864,6 +1864,13 @@ module Google
1864
1864
  # @return [Array<Google::Apis::PolicysimulatorV1beta::GoogleLongrunningOperation>]
1865
1865
  attr_accessor :operations
1866
1866
 
1867
+ # Unordered list. Unreachable resources. Populated when the request sets `
1868
+ # ListOperationsRequest.return_partial_success` and reads across collections e.g.
1869
+ # when attempting to list all resources across all supported locations.
1870
+ # Corresponds to the JSON property `unreachable`
1871
+ # @return [Array<String>]
1872
+ attr_accessor :unreachable
1873
+
1867
1874
  def initialize(**args)
1868
1875
  update!(**args)
1869
1876
  end
@@ -1872,6 +1879,7 @@ module Google
1872
1879
  def update!(**args)
1873
1880
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
1874
1881
  @operations = args[:operations] if args.key?(:operations)
1882
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
1875
1883
  end
1876
1884
  end
1877
1885
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PolicysimulatorV1beta
18
18
  # Version of the google-apis-policysimulator_v1beta gem
19
- GEM_VERSION = "0.19.0"
19
+ GEM_VERSION = "0.20.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
@@ -700,6 +700,7 @@ module Google
700
700
  property :next_page_token, as: 'nextPageToken'
701
701
  collection :operations, as: 'operations', class: Google::Apis::PolicysimulatorV1beta::GoogleLongrunningOperation, decorator: Google::Apis::PolicysimulatorV1beta::GoogleLongrunningOperation::Representation
702
702
 
703
+ collection :unreachable, as: 'unreachable'
703
704
  end
704
705
  end
705
706
 
@@ -276,6 +276,13 @@ module Google
276
276
  # The standard list page size.
277
277
  # @param [String] page_token
278
278
  # The standard list page token.
279
+ # @param [Boolean] return_partial_success
280
+ # When set to `true`, operations that are reachable are returned as normal, and
281
+ # those that are unreachable are returned in the [ListOperationsResponse.
282
+ # unreachable] field. This can only be `true` when reading across collections e.
283
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
284
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
285
+ # explicitly documented otherwise in service or product specific documentation.
279
286
  # @param [String] fields
280
287
  # Selector specifying which fields to include in a partial response.
281
288
  # @param [String] quota_user
@@ -293,7 +300,7 @@ module Google
293
300
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
294
301
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
295
302
  # @raise [Google::Apis::AuthorizationError] Authorization is required
296
- def list_folder_location_replay_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
303
+ 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)
297
304
  command = make_simple_command(:get, 'v1beta/{+name}', options)
298
305
  command.response_representation = Google::Apis::PolicysimulatorV1beta::GoogleLongrunningListOperationsResponse::Representation
299
306
  command.response_class = Google::Apis::PolicysimulatorV1beta::GoogleLongrunningListOperationsResponse
@@ -301,6 +308,7 @@ module Google
301
308
  command.query['filter'] = filter unless filter.nil?
302
309
  command.query['pageSize'] = page_size unless page_size.nil?
303
310
  command.query['pageToken'] = page_token unless page_token.nil?
311
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
304
312
  command.query['fields'] = fields unless fields.nil?
305
313
  command.query['quotaUser'] = quota_user unless quota_user.nil?
306
314
  execute_or_queue_command(command, &block)
@@ -390,6 +398,13 @@ module Google
390
398
  # The standard list page size.
391
399
  # @param [String] page_token
392
400
  # The standard list page token.
401
+ # @param [Boolean] return_partial_success
402
+ # When set to `true`, operations that are reachable are returned as normal, and
403
+ # those that are unreachable are returned in the [ListOperationsResponse.
404
+ # unreachable] field. This can only be `true` when reading across collections e.
405
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
406
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
407
+ # explicitly documented otherwise in service or product specific documentation.
393
408
  # @param [String] fields
394
409
  # Selector specifying which fields to include in a partial response.
395
410
  # @param [String] quota_user
@@ -407,7 +422,7 @@ module Google
407
422
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
408
423
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
409
424
  # @raise [Google::Apis::AuthorizationError] Authorization is required
410
- def list_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
425
+ def list_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
411
426
  command = make_simple_command(:get, 'v1beta/{+name}', options)
412
427
  command.response_representation = Google::Apis::PolicysimulatorV1beta::GoogleLongrunningListOperationsResponse::Representation
413
428
  command.response_class = Google::Apis::PolicysimulatorV1beta::GoogleLongrunningListOperationsResponse
@@ -415,6 +430,7 @@ module Google
415
430
  command.query['filter'] = filter unless filter.nil?
416
431
  command.query['pageSize'] = page_size unless page_size.nil?
417
432
  command.query['pageToken'] = page_token unless page_token.nil?
433
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
418
434
  command.query['fields'] = fields unless fields.nil?
419
435
  command.query['quotaUser'] = quota_user unless quota_user.nil?
420
436
  execute_or_queue_command(command, &block)
@@ -835,6 +851,13 @@ module Google
835
851
  # The standard list page size.
836
852
  # @param [String] page_token
837
853
  # The standard list page token.
854
+ # @param [Boolean] return_partial_success
855
+ # When set to `true`, operations that are reachable are returned as normal, and
856
+ # those that are unreachable are returned in the [ListOperationsResponse.
857
+ # unreachable] field. This can only be `true` when reading across collections e.
858
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
859
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
860
+ # explicitly documented otherwise in service or product specific documentation.
838
861
  # @param [String] fields
839
862
  # Selector specifying which fields to include in a partial response.
840
863
  # @param [String] quota_user
@@ -852,7 +875,7 @@ module Google
852
875
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
853
876
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
854
877
  # @raise [Google::Apis::AuthorizationError] Authorization is required
855
- def list_organization_location_replay_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
878
+ 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)
856
879
  command = make_simple_command(:get, 'v1beta/{+name}', options)
857
880
  command.response_representation = Google::Apis::PolicysimulatorV1beta::GoogleLongrunningListOperationsResponse::Representation
858
881
  command.response_class = Google::Apis::PolicysimulatorV1beta::GoogleLongrunningListOperationsResponse
@@ -860,6 +883,7 @@ module Google
860
883
  command.query['filter'] = filter unless filter.nil?
861
884
  command.query['pageSize'] = page_size unless page_size.nil?
862
885
  command.query['pageToken'] = page_token unless page_token.nil?
886
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
863
887
  command.query['fields'] = fields unless fields.nil?
864
888
  command.query['quotaUser'] = quota_user unless quota_user.nil?
865
889
  execute_or_queue_command(command, &block)
@@ -1127,6 +1151,13 @@ module Google
1127
1151
  # The standard list page size.
1128
1152
  # @param [String] page_token
1129
1153
  # The standard list page token.
1154
+ # @param [Boolean] return_partial_success
1155
+ # When set to `true`, operations that are reachable are returned as normal, and
1156
+ # those that are unreachable are returned in the [ListOperationsResponse.
1157
+ # unreachable] field. This can only be `true` when reading across collections e.
1158
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
1159
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
1160
+ # explicitly documented otherwise in service or product specific documentation.
1130
1161
  # @param [String] fields
1131
1162
  # Selector specifying which fields to include in a partial response.
1132
1163
  # @param [String] quota_user
@@ -1144,7 +1175,7 @@ module Google
1144
1175
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1145
1176
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1146
1177
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1147
- def list_project_location_replay_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1178
+ 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)
1148
1179
  command = make_simple_command(:get, 'v1beta/{+name}', options)
1149
1180
  command.response_representation = Google::Apis::PolicysimulatorV1beta::GoogleLongrunningListOperationsResponse::Representation
1150
1181
  command.response_class = Google::Apis::PolicysimulatorV1beta::GoogleLongrunningListOperationsResponse
@@ -1152,6 +1183,7 @@ module Google
1152
1183
  command.query['filter'] = filter unless filter.nil?
1153
1184
  command.query['pageSize'] = page_size unless page_size.nil?
1154
1185
  command.query['pageToken'] = page_token unless page_token.nil?
1186
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
1155
1187
  command.query['fields'] = fields unless fields.nil?
1156
1188
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1157
1189
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-policysimulator_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.20.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_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1beta/v0.19.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1beta/v0.20.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-policysimulator_v1beta
62
62
  rdoc_options: []
63
63
  require_paths: