google-apis-orgpolicy_v2 0.40.0 → 0.42.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: 8719f16805af123ac5b258626deaa10a5f7970e53e413ba50cea49703c3acf53
4
- data.tar.gz: f4886831b4bf5a907e226bbe235342e8f7e557763698f65fd5a90d2d07a0058b
3
+ metadata.gz: ceb075a9e90439011c309e3613ff19d36c52388f76e736e4495c4cae427e2d8a
4
+ data.tar.gz: 87712ef1ab7c5c5b49985253e101901a67c9911423d6ed4b97e6e6a75808c80c
5
5
  SHA512:
6
- metadata.gz: b01152d6defb1a4292e852eda5fd0ebaf443d2a0e0250f5f7eb933876ce67be94d5f1de7c4334e24675a8ce521336a84c12eef9285fbc466e0e354371364667a
7
- data.tar.gz: 1b7ea3476a3e9a24b6972c821c78ffe40364cf074dc02a41d872af8c156027b347024e8f2470ba41d18e010f46638fb524bff0ad8e9e9a54b7bfb05ba11b69cf
6
+ metadata.gz: d8487f5564af2ba8cab11cf6656fdc4c4e11363a6a6ff7b62fa94555d1539c9da8989b9fde2a82d758847578d040002255f4b6201e61de1a0422e28b2def8cfd
7
+ data.tar.gz: 9ac9b62995692239bedad9f3bcd0260743f68e8a8f49c622c730a1c32f1b9ed4a41c28c668093929ebc5ba7c52c3985b5ff40076e68f4d5082d33661c8eb81bd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-orgpolicy_v2
2
2
 
3
+ ### v0.42.0 (2025-08-24)
4
+
5
+ * Regenerated from discovery document revision 20250815
6
+
7
+ ### v0.41.0 (2025-06-15)
8
+
9
+ * Regenerated from discovery document revision 20250606
10
+ * Regenerated using generator version 0.18.0
11
+
3
12
  ### v0.40.0 (2025-05-04)
4
13
 
5
14
  * Regenerated using generator version 0.17.0
@@ -620,7 +620,8 @@ module Google
620
620
  alias_method :deny_all?, :deny_all
621
621
 
622
622
  # If `true`, then the policy is enforced. If `false`, then any configuration is
623
- # acceptable. This field can be set only in policies for boolean constraints.
623
+ # acceptable. This field can be set in policies for boolean constraints, custom
624
+ # constraints and managed constraints.
624
625
  # Corresponds to the JSON property `enforce`
625
626
  # @return [Boolean]
626
627
  attr_accessor :enforce
@@ -628,8 +629,8 @@ module Google
628
629
 
629
630
  # Optional. Required for managed constraints if parameters are defined. Passes
630
631
  # parameter values when policy enforcement is enabled. Ensure that parameter
631
- # value types match those defined in the constraint definition. For example: ` "
632
- # 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 ` ```
633
634
  # Corresponds to the JSON property `parameters`
634
635
  # @return [Hash<String,Object>]
635
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.40.0"
19
+ GEM_VERSION = "0.42.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250418"
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-orgpolicy_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.40.0
4
+ version: 0.42.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.40.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-orgpolicy_v2/v0.42.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:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Organization Policy API V2
79
79
  test_files: []