google-apis-policysimulator_v1 0.47.0 → 0.48.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: 6453ff496c70aa7aa4c53e9329c2bf9d442133171b75fa980eb42358f78f51bc
|
|
4
|
+
data.tar.gz: fa3533ab059e0aa7675a45383405fe01e19e7d23eb11aa0b2d82db89423ec0c6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8e1d9748bdf35e2d7e45908eebbf08fdb0d47dee4c4de05d97ef05341d3ab391b60bd3bee1fc2c35b30de2c269076aad8d109331f14aadc31d032c985e050d93
|
|
7
|
+
data.tar.gz: 7b82ad64f3edd3fc81f5f59b4a8ce2998d8ccbe23127598802a70c6a2d67902e136db4f86277896f0d34d307d0dfb743aa73b7cce559a69733d7f52a29d6e0ad
|
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]
|
|
@@ -1911,8 +1911,9 @@ module Google
|
|
|
1911
1911
|
attr_accessor :operations
|
|
1912
1912
|
|
|
1913
1913
|
# Unordered list. Unreachable resources. Populated when the request sets `
|
|
1914
|
-
# ListOperationsRequest.return_partial_success` and reads across collections
|
|
1915
|
-
# when attempting to list all resources across all supported
|
|
1914
|
+
# ListOperationsRequest.return_partial_success` and reads across collections.
|
|
1915
|
+
# For example, when attempting to list all resources across all supported
|
|
1916
|
+
# locations.
|
|
1916
1917
|
# Corresponds to the JSON property `unreachable`
|
|
1917
1918
|
# @return [Array<String>]
|
|
1918
1919
|
attr_accessor :unreachable
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module PolicysimulatorV1
|
|
18
18
|
# Version of the google-apis-policysimulator_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.48.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
|
|
@@ -231,11 +231,12 @@ module Google
|
|
|
231
231
|
# The standard list page token.
|
|
232
232
|
# @param [Boolean] return_partial_success
|
|
233
233
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
234
|
-
# those that are unreachable are returned in the
|
|
235
|
-
# unreachable
|
|
236
|
-
#
|
|
237
|
-
# by default
|
|
238
|
-
# explicitly documented otherwise in service or product specific
|
|
234
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
235
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
236
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
237
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
238
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
239
|
+
# documentation.
|
|
239
240
|
# @param [String] fields
|
|
240
241
|
# Selector specifying which fields to include in a partial response.
|
|
241
242
|
# @param [String] quota_user
|
|
@@ -353,11 +354,12 @@ module Google
|
|
|
353
354
|
# The standard list page token.
|
|
354
355
|
# @param [Boolean] return_partial_success
|
|
355
356
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
356
|
-
# those that are unreachable are returned in the
|
|
357
|
-
# unreachable
|
|
358
|
-
#
|
|
359
|
-
# by default
|
|
360
|
-
# explicitly documented otherwise in service or product specific
|
|
357
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
358
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
359
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
360
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
361
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
362
|
+
# documentation.
|
|
361
363
|
# @param [String] fields
|
|
362
364
|
# Selector specifying which fields to include in a partial response.
|
|
363
365
|
# @param [String] quota_user
|
|
@@ -721,11 +723,12 @@ module Google
|
|
|
721
723
|
# The standard list page token.
|
|
722
724
|
# @param [Boolean] return_partial_success
|
|
723
725
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
724
|
-
# those that are unreachable are returned in the
|
|
725
|
-
# unreachable
|
|
726
|
-
#
|
|
727
|
-
# by default
|
|
728
|
-
# explicitly documented otherwise in service or product specific
|
|
726
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
727
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
728
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
729
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
730
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
731
|
+
# documentation.
|
|
729
732
|
# @param [String] fields
|
|
730
733
|
# Selector specifying which fields to include in a partial response.
|
|
731
734
|
# @param [String] quota_user
|
|
@@ -974,11 +977,12 @@ module Google
|
|
|
974
977
|
# The standard list page token.
|
|
975
978
|
# @param [Boolean] return_partial_success
|
|
976
979
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
977
|
-
# those that are unreachable are returned in the
|
|
978
|
-
# unreachable
|
|
979
|
-
#
|
|
980
|
-
# by default
|
|
981
|
-
# explicitly documented otherwise in service or product specific
|
|
980
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
981
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
982
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
983
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
984
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
985
|
+
# documentation.
|
|
982
986
|
# @param [String] fields
|
|
983
987
|
# Selector specifying which fields to include in a partial response.
|
|
984
988
|
# @param [String] quota_user
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-policysimulator_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.48.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_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-policysimulator_v1/v0.48.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-policysimulator_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|