google-apis-orgpolicy_v2 0.42.0 → 0.43.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/orgpolicy_v2/classes.rb +4 -4
- data/lib/google/apis/orgpolicy_v2/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6a35f9614783e830525f980667ff69d20466581e9ab708728930a020e8d31e67
|
|
4
|
+
data.tar.gz: 9145dd516b12c78eeab36f7e9e06d9bdf609f47711c177ff9d424c87e1ecacc0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3fbc41f5c50f3b4a0c71cc2e1dd71da2b83ebbef7cb8d8aa3296946998cfb23f9f8b5b693ac040bed98cdff309b92b88456b0cd4f324df8bff8e8f50cfea63bd
|
|
7
|
+
data.tar.gz: 4a625848a5a26ef5194d907b2588cb2085bceef7b6242a1e459505b351c97258b8d27b0ea9df93d18fb194506a5b390a6fd8886b6667d50653a98ba00995a37a
|
data/CHANGELOG.md
CHANGED
|
@@ -169,8 +169,8 @@ module Google
|
|
|
169
169
|
# @return [String]
|
|
170
170
|
attr_accessor :action_type
|
|
171
171
|
|
|
172
|
-
# Org policy condition/expression. For example: `resource.instanceName.matches("
|
|
173
|
-
# production|test
|
|
172
|
+
# Org policy condition/expression. For example: `resource.instanceName.matches("(
|
|
173
|
+
# production|test)_(.+_)?[\d]+")` or, `resource.management.auto_upgrade == true`
|
|
174
174
|
# The max length of the condition is 1000 characters.
|
|
175
175
|
# Corresponds to the JSON property `condition`
|
|
176
176
|
# @return [String]
|
|
@@ -317,8 +317,8 @@ module Google
|
|
|
317
317
|
attr_accessor :action_type
|
|
318
318
|
|
|
319
319
|
# A Common Expression Language (CEL) condition which is used in the evaluation
|
|
320
|
-
# of the constraint. For example: `resource.instanceName.matches("
|
|
321
|
-
# test
|
|
320
|
+
# of the constraint. For example: `resource.instanceName.matches("(production|
|
|
321
|
+
# test)_(.+_)?[\d]+")` or, `resource.management.auto_upgrade == true` The max
|
|
322
322
|
# length of the condition is 1000 characters.
|
|
323
323
|
# Corresponds to the JSON property `condition`
|
|
324
324
|
# @return [String]
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module OrgpolicyV2
|
|
18
18
|
# Version of the google-apis-orgpolicy_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.43.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 = "20251204"
|
|
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-orgpolicy_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.43.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-orgpolicy_v2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-orgpolicy_v2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-orgpolicy_v2/v0.43.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-orgpolicy_v2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|