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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea08e6a981c4592816604fc388eb33ff7dcdcad6198c61bdac5d19281c700878
4
- data.tar.gz: 0253b8a42e0e7a4c68c07646319c517afe9cffb7511c9d1952fdc1eb862cf314
3
+ metadata.gz: aa9e75e7e85086939e0ac2ed3038c95c16e8c0872c68b3e6c3e6a6230ea25428
4
+ data.tar.gz: a189a065c7cb65baafef41da33477070dab72fb8484ceebbff1f976b0994550d
5
5
  SHA512:
6
- metadata.gz: 0e55e7e0341639ee6d91bdb26387f2ce9fe7925988f20a25e9b127c3878ef3ea852aada0c4233b09972d4fb769d1b5ffcac9d4de2a92c426e62e88de5b66a215
7
- data.tar.gz: dc2f4f69f145b692812ca5f42f9f53f8c6d949bacb16006f1326b7bf1acf9c6ecd7f93ae979ce245dac62f2aaea1e555c3101364d5a5266f64af00cc5bff9922
6
+ metadata.gz: 2dc6fb47ed4274abb30d53c0fd99243a1264b70673a4e59ddec700096d1cd9aed7bfda200f1529d507b61fb139488eabbc298aa7147ec04c3ebeae30b50532a7
7
+ data.tar.gz: f9d48953ff2dccf47442551f9d2a9c899fbbc2b92a679bb1390a62613e03e72fcca4140f1b34ec55874f3a07ce97a3f9b75d66ca79acf1027faf529553089e21
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-orgpolicy_v2
2
2
 
3
+ ### v0.8.0 (2021-10-08)
4
+
5
+ * Regenerated from discovery document revision 20211006
6
+
3
7
  ### v0.7.0 (2021-09-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20210806
@@ -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 adminstrator to fit the needs of the organzation by
30
- # setting a `policy` that includes `constraints` at different locations in the
31
- # organization's resource hierarchy. Policies are inherited down the resource
32
- # hierarchy from higher levels, but can also be overridden. For details about
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.7.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 = "20210806"
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.7.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-09-06 00:00:00.000000000 Z
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.7.0
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: []