google-apis-policysimulator_v1beta 0.20.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5fb226691290e96ca41ddc9b0babc037fcd28a962cb5f6a93f254c0b690b9eaf
|
|
4
|
+
data.tar.gz: 4b65f422f62b1b61197534faf0d7b79959f8e4be30fe410294931b8e49a98dc4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4db4b7178ed7dc616f5a07d40d9ac5939994798d4777f455125cc01a847afd847e517a9dfc4fd395e03122e2b72ce2f8b5615fc08484773c5ad056c65f62e0b2
|
|
7
|
+
data.tar.gz: 96a4d0d96a19377b6c80f2d62196d3d9b4d8864f3cea44a76fddb92876386954cdcb4048ad94f0e7e7a7d80bb06a9ee95a58b5d920e22bb4916ed400e48feceb
|
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]
|
|
@@ -1865,8 +1865,9 @@ module Google
|
|
|
1865
1865
|
attr_accessor :operations
|
|
1866
1866
|
|
|
1867
1867
|
# Unordered list. Unreachable resources. Populated when the request sets `
|
|
1868
|
-
# ListOperationsRequest.return_partial_success` and reads across collections
|
|
1869
|
-
# when attempting to list all resources across all supported
|
|
1868
|
+
# ListOperationsRequest.return_partial_success` and reads across collections.
|
|
1869
|
+
# For example, when attempting to list all resources across all supported
|
|
1870
|
+
# locations.
|
|
1870
1871
|
# Corresponds to the JSON property `unreachable`
|
|
1871
1872
|
# @return [Array<String>]
|
|
1872
1873
|
attr_accessor :unreachable
|
|
@@ -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
|
+
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 = "
|
|
25
|
+
REVISION = "20251127"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -278,11 +278,12 @@ module Google
|
|
|
278
278
|
# The standard list page token.
|
|
279
279
|
# @param [Boolean] return_partial_success
|
|
280
280
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
281
|
-
# those that are unreachable are returned in the
|
|
282
|
-
# unreachable
|
|
283
|
-
#
|
|
284
|
-
# by default
|
|
285
|
-
# explicitly documented otherwise in service or product specific
|
|
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.
|
|
286
287
|
# @param [String] fields
|
|
287
288
|
# Selector specifying which fields to include in a partial response.
|
|
288
289
|
# @param [String] quota_user
|
|
@@ -400,11 +401,12 @@ module Google
|
|
|
400
401
|
# The standard list page token.
|
|
401
402
|
# @param [Boolean] return_partial_success
|
|
402
403
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
403
|
-
# those that are unreachable are returned in the
|
|
404
|
-
# unreachable
|
|
405
|
-
#
|
|
406
|
-
# by default
|
|
407
|
-
# explicitly documented otherwise in service or product specific
|
|
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.
|
|
408
410
|
# @param [String] fields
|
|
409
411
|
# Selector specifying which fields to include in a partial response.
|
|
410
412
|
# @param [String] quota_user
|
|
@@ -853,11 +855,12 @@ module Google
|
|
|
853
855
|
# The standard list page token.
|
|
854
856
|
# @param [Boolean] return_partial_success
|
|
855
857
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
856
|
-
# those that are unreachable are returned in the
|
|
857
|
-
# unreachable
|
|
858
|
-
#
|
|
859
|
-
# by default
|
|
860
|
-
# explicitly documented otherwise in service or product specific
|
|
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.
|
|
861
864
|
# @param [String] fields
|
|
862
865
|
# Selector specifying which fields to include in a partial response.
|
|
863
866
|
# @param [String] quota_user
|
|
@@ -1153,11 +1156,12 @@ module Google
|
|
|
1153
1156
|
# The standard list page token.
|
|
1154
1157
|
# @param [Boolean] return_partial_success
|
|
1155
1158
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
1156
|
-
# those that are unreachable are returned in the
|
|
1157
|
-
# unreachable
|
|
1158
|
-
#
|
|
1159
|
-
# by default
|
|
1160
|
-
# explicitly documented otherwise in service or product specific
|
|
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.
|
|
1161
1165
|
# @param [String] fields
|
|
1162
1166
|
# Selector specifying which fields to include in a partial response.
|
|
1163
1167
|
# @param [String] quota_user
|
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.
|
|
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.
|
|
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:
|