google-apis-policysimulator_v1alpha 0.25.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/policysimulator_v1alpha/classes.rb +10 -2
- data/lib/google/apis/policysimulator_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/policysimulator_v1alpha/representations.rb +1 -0
- data/lib/google/apis/policysimulator_v1alpha/service.rb +36 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f92dc7cf890ec25c4d0288e2250a1a345c5e84183dacabb11879fbfe883dc778
|
4
|
+
data.tar.gz: d0c1bb2a972f01a1f58db3220dc0b5907df8e94e514e8f33eb1813ea89b2925b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb5395177d15f6ee01d2e33fe99729e1f11b1bf3c8bb277c407a98fdbbbead4c08b94881ca17b42ce0945b074f2ee7b38fe20745eb00e7f2b7cf467e88ca5650
|
7
|
+
data.tar.gz: c496696c1f807f310bc4b3029cd74799aa530656cfa6c5c525774865aa1484be7ca9563e92981653f13e038d3545c1af51603969df6c937d8d7f49b9123204e0
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
7
|
+
### v0.26.0 (2025-08-24)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250815
|
10
|
+
|
3
11
|
### v0.25.0 (2025-07-06)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250626
|
@@ -294,8 +294,8 @@ module Google
|
|
294
294
|
|
295
295
|
# Optional. Required for managed constraints if parameters are defined. Passes
|
296
296
|
# parameter values when policy enforcement is enabled. Ensure that parameter
|
297
|
-
# value types match those defined in the constraint definition. For example:
|
298
|
-
# allowedLocations" : ["us-east1", "us-west1"], "allowAll" : true `
|
297
|
+
# value types match those defined in the constraint definition. For example: ```
|
298
|
+
# ` "allowedLocations" : ["us-east1", "us-west1"], "allowAll" : true ` ```
|
299
299
|
# Corresponds to the JSON property `parameters`
|
300
300
|
# @return [Hash<String,Object>]
|
301
301
|
attr_accessor :parameters
|
@@ -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.
|
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 = "
|
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.
|
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.
|
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:
|