google-apis-policysimulator_v1 0.45.0 → 0.46.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: 44fd41647d133aa72c6bf490f94e54e24c8ea8f76ee6a64e8a090e36ab235ba3
|
4
|
+
data.tar.gz: 6d7a1d5a3e14b7e5ac8c6a381447f6fc2ebf584e311dc5dc33989478d9b5c865
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a028b769e7a2bee5b5584d1c3df9cc7ada324ab59e44eba0f2db8918d69b1e2c6872c1b8b225ae69f622e569e2bd6a8b63d0a9e21cf39026d4c98e3ec2cc2f54
|
7
|
+
data.tar.gz: fcce5202885526529bc6708d23cdbf10a3c4e77716eb43919ffbf2c9fa34023c5702633dd793dcb0c39e7095a09437ebd7780fca9e227c26bdc56418d2b1833b
|
data/CHANGELOG.md
CHANGED
@@ -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
|
@@ -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.46.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 = "20250815"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.46.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.46.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:
|