google-apis-policysimulator_v1beta 0.19.0 → 0.21.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: 5fb226691290e96ca41ddc9b0babc037fcd28a962cb5f6a93f254c0b690b9eaf
4
+ data.tar.gz: 4b65f422f62b1b61197534faf0d7b79959f8e4be30fe410294931b8e49a98dc4
5
5
  SHA512:
6
- metadata.gz: 80e869ea0c843367ce75c7e176276e2e3280b92a4b6d57bdcaff71d325ebf8b0823ec583c872becdf3c2951caff5bfc10be02d85f16ca3a446714ee4acc67d90
7
- data.tar.gz: c2302830602ce387284d7c68c45d4157886823a62fe866fd8a80a4985f929b236aaf28281948de4ba5c9da5505fd3fa8bb2b17e5b872f02225c5354bc023a78a
6
+ metadata.gz: 4db4b7178ed7dc616f5a07d40d9ac5939994798d4777f455125cc01a847afd847e517a9dfc4fd395e03122e2b72ce2f8b5615fc08484773c5ad056c65f62e0b2
7
+ data.tar.gz: 96a4d0d96a19377b6c80f2d62196d3d9b4d8864f3cea44a76fddb92876386954cdcb4048ad94f0e7e7a7d80bb06a9ee95a58b5d920e22bb4916ed400e48feceb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-policysimulator_v1beta
2
2
 
3
+ ### v0.21.0 (2025-12-07)
4
+
5
+ * Regenerated from discovery document revision 20251127
6
+
7
+ ### v0.20.0 (2025-10-12)
8
+
9
+ * Regenerated from discovery document revision 20251002
10
+
3
11
  ### v0.19.0 (2025-08-24)
4
12
 
5
13
  * Regenerated from discovery document revision 20250815
@@ -63,8 +63,8 @@ module Google
63
63
  attr_accessor :action_type
64
64
 
65
65
  # A Common Expression Language (CEL) condition which is used in the evaluation
66
- # of the constraint. For example: `resource.instanceName.matches("[production|
67
- # test]_.*_(\d)+")` or, `resource.management.auto_upgrade == true` The max
66
+ # of the constraint. For example: `resource.instanceName.matches("(production|
67
+ # test)_(.+_)?[\d]+")` or, `resource.management.auto_upgrade == true` The max
68
68
  # length of the condition is 1000 characters.
69
69
  # Corresponds to the JSON property `condition`
70
70
  # @return [String]
@@ -1864,6 +1864,14 @@ 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.
1869
+ # For example, when attempting to list all resources across all supported
1870
+ # locations.
1871
+ # Corresponds to the JSON property `unreachable`
1872
+ # @return [Array<String>]
1873
+ attr_accessor :unreachable
1874
+
1867
1875
  def initialize(**args)
1868
1876
  update!(**args)
1869
1877
  end
@@ -1872,6 +1880,7 @@ module Google
1872
1880
  def update!(**args)
1873
1881
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
1874
1882
  @operations = args[:operations] if args.key?(:operations)
1883
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
1875
1884
  end
1876
1885
  end
1877
1886
 
@@ -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.21.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 = "20251127"
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,14 @@ 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.
283
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
284
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
285
+ # if set unless explicitly documented otherwise in service or product specific
286
+ # documentation.
279
287
  # @param [String] fields
280
288
  # Selector specifying which fields to include in a partial response.
281
289
  # @param [String] quota_user
@@ -293,7 +301,7 @@ module Google
293
301
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
294
302
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
295
303
  # @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)
304
+ 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
305
  command = make_simple_command(:get, 'v1beta/{+name}', options)
298
306
  command.response_representation = Google::Apis::PolicysimulatorV1beta::GoogleLongrunningListOperationsResponse::Representation
299
307
  command.response_class = Google::Apis::PolicysimulatorV1beta::GoogleLongrunningListOperationsResponse
@@ -301,6 +309,7 @@ module Google
301
309
  command.query['filter'] = filter unless filter.nil?
302
310
  command.query['pageSize'] = page_size unless page_size.nil?
303
311
  command.query['pageToken'] = page_token unless page_token.nil?
312
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
304
313
  command.query['fields'] = fields unless fields.nil?
305
314
  command.query['quotaUser'] = quota_user unless quota_user.nil?
306
315
  execute_or_queue_command(command, &block)
@@ -390,6 +399,14 @@ module Google
390
399
  # The standard list page size.
391
400
  # @param [String] page_token
392
401
  # The standard list page token.
402
+ # @param [Boolean] return_partial_success
403
+ # When set to `true`, operations that are reachable are returned as normal, and
404
+ # those that are unreachable are returned in the ListOperationsResponse.
405
+ # unreachable field. This can only be `true` when reading across collections.
406
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
407
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
408
+ # if set unless explicitly documented otherwise in service or product specific
409
+ # documentation.
393
410
  # @param [String] fields
394
411
  # Selector specifying which fields to include in a partial response.
395
412
  # @param [String] quota_user
@@ -407,7 +424,7 @@ module Google
407
424
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
408
425
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
409
426
  # @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)
427
+ 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
428
  command = make_simple_command(:get, 'v1beta/{+name}', options)
412
429
  command.response_representation = Google::Apis::PolicysimulatorV1beta::GoogleLongrunningListOperationsResponse::Representation
413
430
  command.response_class = Google::Apis::PolicysimulatorV1beta::GoogleLongrunningListOperationsResponse
@@ -415,6 +432,7 @@ module Google
415
432
  command.query['filter'] = filter unless filter.nil?
416
433
  command.query['pageSize'] = page_size unless page_size.nil?
417
434
  command.query['pageToken'] = page_token unless page_token.nil?
435
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
418
436
  command.query['fields'] = fields unless fields.nil?
419
437
  command.query['quotaUser'] = quota_user unless quota_user.nil?
420
438
  execute_or_queue_command(command, &block)
@@ -835,6 +853,14 @@ module Google
835
853
  # The standard list page size.
836
854
  # @param [String] page_token
837
855
  # The standard list page token.
856
+ # @param [Boolean] return_partial_success
857
+ # When set to `true`, operations that are reachable are returned as normal, and
858
+ # those that are unreachable are returned in the ListOperationsResponse.
859
+ # unreachable field. This can only be `true` when reading across collections.
860
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
861
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
862
+ # if set unless explicitly documented otherwise in service or product specific
863
+ # documentation.
838
864
  # @param [String] fields
839
865
  # Selector specifying which fields to include in a partial response.
840
866
  # @param [String] quota_user
@@ -852,7 +878,7 @@ module Google
852
878
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
853
879
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
854
880
  # @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)
881
+ 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
882
  command = make_simple_command(:get, 'v1beta/{+name}', options)
857
883
  command.response_representation = Google::Apis::PolicysimulatorV1beta::GoogleLongrunningListOperationsResponse::Representation
858
884
  command.response_class = Google::Apis::PolicysimulatorV1beta::GoogleLongrunningListOperationsResponse
@@ -860,6 +886,7 @@ module Google
860
886
  command.query['filter'] = filter unless filter.nil?
861
887
  command.query['pageSize'] = page_size unless page_size.nil?
862
888
  command.query['pageToken'] = page_token unless page_token.nil?
889
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
863
890
  command.query['fields'] = fields unless fields.nil?
864
891
  command.query['quotaUser'] = quota_user unless quota_user.nil?
865
892
  execute_or_queue_command(command, &block)
@@ -1127,6 +1154,14 @@ module Google
1127
1154
  # The standard list page size.
1128
1155
  # @param [String] page_token
1129
1156
  # The standard list page token.
1157
+ # @param [Boolean] return_partial_success
1158
+ # When set to `true`, operations that are reachable are returned as normal, and
1159
+ # those that are unreachable are returned in the ListOperationsResponse.
1160
+ # unreachable field. This can only be `true` when reading across collections.
1161
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
1162
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
1163
+ # if set unless explicitly documented otherwise in service or product specific
1164
+ # documentation.
1130
1165
  # @param [String] fields
1131
1166
  # Selector specifying which fields to include in a partial response.
1132
1167
  # @param [String] quota_user
@@ -1144,7 +1179,7 @@ module Google
1144
1179
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1145
1180
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1146
1181
  # @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)
1182
+ 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
1183
  command = make_simple_command(:get, 'v1beta/{+name}', options)
1149
1184
  command.response_representation = Google::Apis::PolicysimulatorV1beta::GoogleLongrunningListOperationsResponse::Representation
1150
1185
  command.response_class = Google::Apis::PolicysimulatorV1beta::GoogleLongrunningListOperationsResponse
@@ -1152,6 +1187,7 @@ module Google
1152
1187
  command.query['filter'] = filter unless filter.nil?
1153
1188
  command.query['pageSize'] = page_size unless page_size.nil?
1154
1189
  command.query['pageToken'] = page_token unless page_token.nil?
1190
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
1155
1191
  command.query['fields'] = fields unless fields.nil?
1156
1192
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1157
1193
  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.21.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.21.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: