google-apis-orgpolicy_v2 0.41.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/orgpolicy_v2/classes.rb +2 -2
- 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: ceb075a9e90439011c309e3613ff19d36c52388f76e736e4495c4cae427e2d8a
|
4
|
+
data.tar.gz: 87712ef1ab7c5c5b49985253e101901a67c9911423d6ed4b97e6e6a75808c80c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8487f5564af2ba8cab11cf6656fdc4c4e11363a6a6ff7b62fa94555d1539c9da8989b9fde2a82d758847578d040002255f4b6201e61de1a0422e28b2def8cfd
|
7
|
+
data.tar.gz: 9ac9b62995692239bedad9f3bcd0260743f68e8a8f49c622c730a1c32f1b9ed4a41c28c668093929ebc5ba7c52c3985b5ff40076e68f4d5082d33661c8eb81bd
|
data/CHANGELOG.md
CHANGED
@@ -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.42.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-orgpolicy_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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.
|
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:
|