google-apis-policysimulator_v1alpha 0.27.0 → 0.28.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: f92dc7cf890ec25c4d0288e2250a1a345c5e84183dacabb11879fbfe883dc778
4
- data.tar.gz: d0c1bb2a972f01a1f58db3220dc0b5907df8e94e514e8f33eb1813ea89b2925b
3
+ metadata.gz: a59f4a362e92971c61f44b583ba00e79e8de3e3ac006af371c95d93165fc9983
4
+ data.tar.gz: f4e8d819b32c7a5946a79ab298fbe2199f859d5c017a84870ef4d3ce42377f03
5
5
  SHA512:
6
- metadata.gz: eb5395177d15f6ee01d2e33fe99729e1f11b1bf3c8bb277c407a98fdbbbead4c08b94881ca17b42ce0945b074f2ee7b38fe20745eb00e7f2b7cf467e88ca5650
7
- data.tar.gz: c496696c1f807f310bc4b3029cd74799aa530656cfa6c5c525774865aa1484be7ca9563e92981653f13e038d3545c1af51603969df6c937d8d7f49b9123204e0
6
+ metadata.gz: 2ad119f1a879a71e850e959d4657d3eefa9f2a5e08f58a9782e8bab98f510bc5c7546173bd8dc95412de15032f1211b2f0bcc5ec9384d46a836c54222ff64938
7
+ data.tar.gz: 2822d360aa3f77a4bbdcc6f5db713462a9e2a957889cbe228338ccea9148328411bcd24c28e86840ca56ab7552ff1a2a4126c2b88a9b4a343974caca3d96db08
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-policysimulator_v1alpha
2
2
 
3
+ ### v0.28.0 (2025-12-07)
4
+
5
+ * Regenerated from discovery document revision 20251127
6
+
3
7
  ### v0.27.0 (2025-10-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20251002
@@ -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]
@@ -1122,8 +1122,9 @@ module Google
1122
1122
  attr_accessor :operations
1123
1123
 
1124
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.
1125
+ # ListOperationsRequest.return_partial_success` and reads across collections.
1126
+ # For example, when attempting to list all resources across all supported
1127
+ # locations.
1127
1128
  # Corresponds to the JSON property `unreachable`
1128
1129
  # @return [Array<String>]
1129
1130
  attr_accessor :unreachable
@@ -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.27.0"
19
+ GEM_VERSION = "0.28.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 = "20251002"
25
+ REVISION = "20251127"
26
26
  end
27
27
  end
28
28
  end
@@ -162,11 +162,12 @@ module Google
162
162
  # The standard list page token.
163
163
  # @param [Boolean] return_partial_success
164
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.
165
+ # those that are unreachable are returned in the ListOperationsResponse.
166
+ # unreachable field. This can only be `true` when reading across collections.
167
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
168
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
169
+ # if set unless explicitly documented otherwise in service or product specific
170
+ # documentation.
170
171
  # @param [String] fields
171
172
  # Selector specifying which fields to include in a partial response.
172
173
  # @param [String] quota_user
@@ -241,11 +242,12 @@ module Google
241
242
  # The standard list page token.
242
243
  # @param [Boolean] return_partial_success
243
244
  # 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.
245
+ # those that are unreachable are returned in the ListOperationsResponse.
246
+ # unreachable field. This can only be `true` when reading across collections.
247
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
248
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
249
+ # if set unless explicitly documented otherwise in service or product specific
250
+ # documentation.
249
251
  # @param [String] fields
250
252
  # Selector specifying which fields to include in a partial response.
251
253
  # @param [String] quota_user
@@ -382,11 +384,12 @@ module Google
382
384
  # The standard list page token.
383
385
  # @param [Boolean] return_partial_success
384
386
  # 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.
387
+ # those that are unreachable are returned in the ListOperationsResponse.
388
+ # unreachable field. This can only be `true` when reading across collections.
389
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
390
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
391
+ # if set unless explicitly documented otherwise in service or product specific
392
+ # documentation.
390
393
  # @param [String] fields
391
394
  # Selector specifying which fields to include in a partial response.
392
395
  # @param [String] quota_user
@@ -523,11 +526,12 @@ module Google
523
526
  # The standard list page token.
524
527
  # @param [Boolean] return_partial_success
525
528
  # 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.
529
+ # those that are unreachable are returned in the ListOperationsResponse.
530
+ # unreachable field. This can only be `true` when reading across collections.
531
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
532
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
533
+ # if set unless explicitly documented otherwise in service or product specific
534
+ # documentation.
531
535
  # @param [String] fields
532
536
  # Selector specifying which fields to include in a partial response.
533
537
  # @param [String] quota_user
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.27.0
4
+ version: 0.28.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.27.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1alpha/v0.28.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: