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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ceb075a9e90439011c309e3613ff19d36c52388f76e736e4495c4cae427e2d8a
4
- data.tar.gz: 87712ef1ab7c5c5b49985253e101901a67c9911423d6ed4b97e6e6a75808c80c
3
+ metadata.gz: 6a35f9614783e830525f980667ff69d20466581e9ab708728930a020e8d31e67
4
+ data.tar.gz: 9145dd516b12c78eeab36f7e9e06d9bdf609f47711c177ff9d424c87e1ecacc0
5
5
  SHA512:
6
- metadata.gz: d8487f5564af2ba8cab11cf6656fdc4c4e11363a6a6ff7b62fa94555d1539c9da8989b9fde2a82d758847578d040002255f4b6201e61de1a0422e28b2def8cfd
7
- data.tar.gz: 9ac9b62995692239bedad9f3bcd0260743f68e8a8f49c622c730a1c32f1b9ed4a41c28c668093929ebc5ba7c52c3985b5ff40076e68f4d5082d33661c8eb81bd
6
+ metadata.gz: 3fbc41f5c50f3b4a0c71cc2e1dd71da2b83ebbef7cb8d8aa3296946998cfb23f9f8b5b693ac040bed98cdff309b92b88456b0cd4f324df8bff8e8f50cfea63bd
7
+ data.tar.gz: 4a625848a5a26ef5194d907b2588cb2085bceef7b6242a1e459505b351c97258b8d27b0ea9df93d18fb194506a5b390a6fd8886b6667d50653a98ba00995a37a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.42.0 (2025-08-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20250815
@@ -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]_.*_(\d)+")` or, `resource.management.auto_upgrade == true`
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("[production|
321
- # test]_.*_(\d)+")` or, `resource.management.auto_upgrade == true` The max
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.42.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 = "20250815"
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.42.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.42.0
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: