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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a59f4a362e92971c61f44b583ba00e79e8de3e3ac006af371c95d93165fc9983
|
|
4
|
+
data.tar.gz: f4e8d819b32c7a5946a79ab298fbe2199f859d5c017a84870ef4d3ce42377f03
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2ad119f1a879a71e850e959d4657d3eefa9f2a5e08f58a9782e8bab98f510bc5c7546173bd8dc95412de15032f1211b2f0bcc5ec9384d46a836c54222ff64938
|
|
7
|
+
data.tar.gz: 2822d360aa3f77a4bbdcc6f5db713462a9e2a957889cbe228338ccea9148328411bcd24c28e86840ca56ab7552ff1a2a4126c2b88a9b4a343974caca3d96db08
|
data/CHANGELOG.md
CHANGED
|
@@ -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("
|
|
67
|
-
# test
|
|
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
|
|
1126
|
-
# when attempting to list all resources across all supported
|
|
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.
|
|
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 = "
|
|
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
|
|
166
|
-
# unreachable
|
|
167
|
-
#
|
|
168
|
-
# by default
|
|
169
|
-
# explicitly documented otherwise in service or product specific
|
|
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
|
|
245
|
-
# unreachable
|
|
246
|
-
#
|
|
247
|
-
# by default
|
|
248
|
-
# explicitly documented otherwise in service or product specific
|
|
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
|
|
386
|
-
# unreachable
|
|
387
|
-
#
|
|
388
|
-
# by default
|
|
389
|
-
# explicitly documented otherwise in service or product specific
|
|
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
|
|
527
|
-
# unreachable
|
|
528
|
-
#
|
|
529
|
-
# by default
|
|
530
|
-
# explicitly documented otherwise in service or product specific
|
|
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.
|
|
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.
|
|
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:
|