google-apis-orgpolicy_v2 0.7.0 → 0.8.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 +5 -5
- data/lib/google/apis/orgpolicy_v2/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aa9e75e7e85086939e0ac2ed3038c95c16e8c0872c68b3e6c3e6a6230ea25428
|
|
4
|
+
data.tar.gz: a189a065c7cb65baafef41da33477070dab72fb8484ceebbff1f976b0994550d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2dc6fb47ed4274abb30d53c0fd99243a1264b70673a4e59ddec700096d1cd9aed7bfda200f1529d507b61fb139488eabbc298aa7147ec04c3ebeae30b50532a7
|
|
7
|
+
data.tar.gz: f9d48953ff2dccf47442551f9d2a9c899fbbc2b92a679bb1390a62613e03e72fcca4140f1b34ec55874f3a07ce97a3f9b75d66ca79acf1027faf529553089e21
|
data/CHANGELOG.md
CHANGED
|
@@ -26,11 +26,11 @@ module Google
|
|
|
26
26
|
# example, you could enforce a constraint that controls which cloud services can
|
|
27
27
|
# be activated across an organization, or whether a Compute Engine instance can
|
|
28
28
|
# have serial port connections established. `Constraints` can be configured by
|
|
29
|
-
# the organization's policy
|
|
30
|
-
# setting a `policy` that includes `constraints` at different locations in
|
|
31
|
-
# organization's resource hierarchy. Policies are inherited down the
|
|
32
|
-
# hierarchy from higher levels, but can also be overridden. For details
|
|
33
|
-
# the inheritance rules please read about `policies`. `Constraints` have a
|
|
29
|
+
# the organization's policy administrator to fit the needs of the organization
|
|
30
|
+
# by setting a `policy` that includes `constraints` at different locations in
|
|
31
|
+
# the organization's resource hierarchy. Policies are inherited down the
|
|
32
|
+
# resource hierarchy from higher levels, but can also be overridden. For details
|
|
33
|
+
# about the inheritance rules please read about `policies`. `Constraints` have a
|
|
34
34
|
# default behavior determined by the `constraint_default` field, which is the
|
|
35
35
|
# enforcement behavior that is used in the absence of a `policy` being defined
|
|
36
36
|
# or inherited for the resource in question.
|
|
@@ -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.8.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20211006"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.8.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-10-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-orgpolicy_v2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-orgpolicy_v2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-orgpolicy_v2/v0.8.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-orgpolicy_v2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|