google-apis-orgpolicy_v2 0.41.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 +8 -0
- data/lib/google/apis/orgpolicy_v2/classes.rb +6 -6
- 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
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-orgpolicy_v2
|
|
2
2
|
|
|
3
|
+
### v0.43.0 (2025-12-14)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251204
|
|
6
|
+
|
|
7
|
+
### v0.42.0 (2025-08-24)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20250815
|
|
10
|
+
|
|
3
11
|
### v0.41.0 (2025-06-15)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20250606
|
|
@@ -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]
|
|
@@ -629,8 +629,8 @@ module Google
|
|
|
629
629
|
|
|
630
630
|
# Optional. Required for managed constraints if parameters are defined. Passes
|
|
631
631
|
# parameter values when policy enforcement is enabled. Ensure that parameter
|
|
632
|
-
# value types match those defined in the constraint definition. For example:
|
|
633
|
-
# allowedLocations" : ["us-east1", "us-west1"], "allowAll" : true `
|
|
632
|
+
# value types match those defined in the constraint definition. For example: ```
|
|
633
|
+
# ` "allowedLocations" : ["us-east1", "us-west1"], "allowAll" : true ` ```
|
|
634
634
|
# Corresponds to the JSON property `parameters`
|
|
635
635
|
# @return [Hash<String,Object>]
|
|
636
636
|
attr_accessor :parameters
|
|
@@ -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:
|