google-apis-servicedirectory_v1 0.13.0 → 0.14.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: f0228ffcf3e38b60a9ea7e4f15a93984a066700be2c0bcb31ef87908084a0aad
4
- data.tar.gz: 6227f73718c7aaa56c7959b02c7aa608d89cc95c53d0f590229b56c027d21d22
3
+ metadata.gz: eaa6527ee46fa13eabc87f55f576b02fb5d7de9dc4635dfc5b9a0faa418aed0f
4
+ data.tar.gz: b48f4fdaa113e7c63d3ceed9d626c09225fdbc76829502ff79e232b76503acb7
5
5
  SHA512:
6
- metadata.gz: cc8e208934b707bab7dcbdd191f87692b459a79a479d7d69f58573d9698bd5b7f1ecedb21465ec8a883cb0674bb117a23b8821f38d65c0980a8f7e852947328e
7
- data.tar.gz: 2c4541b8c6bec8cc0a1d3855f2fe527ac5b12f1bcb709c6eb6ba1e850a1809c6285cdfbbeb451849f9e59f0aedd051bedb1827ba0cb3523753bc4980393f9ac0
6
+ metadata.gz: e126b2f254775ae200beb4a4409ed949b2533cbfd22287337cf56ce8c8f9c9fe88fe7c2755111824cef5a960100037f82f9ebcc60f25c0262781534e441d57da
7
+ data.tar.gz: f201509a32983f4f4ac6be05b7c1c01fd621e6e732e727ffacc7e2ada995b1e7ee958bbcbb17402aa283449efbfe5d0bc332852065417c76ca43dc55f563e99b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicedirectory_v1
2
2
 
3
+ ### v0.14.0 (2021-11-14)
4
+
5
+ * Regenerated from discovery document revision 20211103
6
+
3
7
  ### v0.13.0 (2021-10-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20211015
@@ -240,13 +240,16 @@ module Google
240
240
  class GetPolicyOptions
241
241
  include Google::Apis::Core::Hashable
242
242
 
243
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
244
- # 3. Requests specifying an invalid value will be rejected. Requests for
245
- # policies with any conditional bindings must specify version 3. Policies
246
- # without any conditional bindings may specify any valid value or leave the
247
- # field unset. To learn which resources support conditions in their IAM policies,
248
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
249
- # resource-policies).
243
+ # Optional. The maximum policy version that will be used to format the policy.
244
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
245
+ # rejected. Requests for policies with any conditional role bindings must
246
+ # specify version 3. Policies with no conditional role bindings may specify any
247
+ # valid value or leave the field unset. The policy in the response might use the
248
+ # policy version that you specified, or it might use a lower policy version. For
249
+ # example, if you specify version 3, but the policy has no conditional role
250
+ # bindings, the response uses version 1. To learn which resources support
251
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
252
+ # google.com/iam/help/conditions/resource-policies).
250
253
  # Corresponds to the JSON property `requestedPolicyVersion`
251
254
  # @return [Fixnum]
252
255
  attr_accessor :requested_policy_version
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicedirectoryV1
18
18
  # Version of the google-apis-servicedirectory_v1 gem
19
- GEM_VERSION = "0.13.0"
19
+ GEM_VERSION = "0.14.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 = "20211015"
25
+ REVISION = "20211103"
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-servicedirectory_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.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-10-27 00:00:00.000000000 Z
11
+ date: 2021-11-15 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/main/generated/google-apis-servicedirectory_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1/v0.14.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicedirectory_v1
63
63
  post_install_message:
64
64
  rdoc_options: []