google-apis-orgpolicy_v2 0.4.0 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1675a1499124e4d4f420bf0113955452ed1cc4b7476dcfea052115fc87e88c5c
4
- data.tar.gz: 48a7acd1b0e7335fc57a9288af2add69158a2dd7dd2558403680eb0362984304
3
+ metadata.gz: aa9e75e7e85086939e0ac2ed3038c95c16e8c0872c68b3e6c3e6a6230ea25428
4
+ data.tar.gz: a189a065c7cb65baafef41da33477070dab72fb8484ceebbff1f976b0994550d
5
5
  SHA512:
6
- metadata.gz: fd683a8edb2e06c23d5ce60bc1ad7fdc0990b31166872c0e57faf73b263a73fac4615bfb610d8af3a5a5c97a7c10230ff595629fa99a2eb408afa1e13cac7414
7
- data.tar.gz: e02b9bff0f08466cb0c264c980d666f7863deef4e397b9dfcbe22c83084ee2b7d313a7ea1962fd02ef6797f36032288e6a3e9f9683ab17b33df2cda990166516
6
+ metadata.gz: 2dc6fb47ed4274abb30d53c0fd99243a1264b70673a4e59ddec700096d1cd9aed7bfda200f1529d507b61fb139488eabbc298aa7147ec04c3ebeae30b50532a7
7
+ data.tar.gz: f9d48953ff2dccf47442551f9d2a9c899fbbc2b92a679bb1390a62613e03e72fcca4140f1b34ec55874f3a07ce97a3f9b75d66ca79acf1027faf529553089e21
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
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
+
7
+ ### v0.7.0 (2021-09-01)
8
+
9
+ * Regenerated from discovery document revision 20210806
10
+
11
+ ### v0.6.0 (2021-06-29)
12
+
13
+ * Regenerated using generator version 0.4.0
14
+
15
+ ### v0.5.0 (2021-06-24)
16
+
17
+ * Regenerated using generator version 0.3.0
18
+
3
19
  ### v0.4.0 (2021-05-19)
4
20
 
5
21
  * Unspecified changes
@@ -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.4.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210505"
25
+ REVISION = "20211006"
26
26
  end
27
27
  end
28
28
  end
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V2'
32
32
 
33
- # See, edit, configure, and delete your Google Cloud Platform data
33
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
  end
36
36
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-orgpolicy_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.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-05-24 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
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Organization Policy API V2. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-orgpolicy_v2/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-orgpolicy_v2/v0.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-orgpolicy_v2/v0.8.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-orgpolicy_v2
57
63
  post_install_message:
58
64
  rdoc_options: []