google-apis-servicedirectory_v1beta1 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: cbafd0da18ecaadb36ff893d995d2401ba2522b5c83f8fe28a9309257faca81e
4
- data.tar.gz: bdb48c1b27d281e6fb1b017aeb5cd31256fbd14a166fb4d8be832d50515d5eda
3
+ metadata.gz: 4128d2b5fae1a3ec5ed58fab5d02a5736d15b98574fc12d067b295b697f2e64f
4
+ data.tar.gz: a1e87238173feb128fedb491c9e365b02ca1ad49b921c3116b69c53947635b06
5
5
  SHA512:
6
- metadata.gz: 1e8037a4b4b8dfec569a6ddba9a93c5a85887fd808e6f5e023934466926b0426971ae415b67efa8729978b5276d6b9934647573f929911defa7ecceb06f8e1cd
7
- data.tar.gz: 15a58c6052ab2d4c1fd05e670a7e830c74ab807e18530b66c6305181242f0edaaaaf89941251eb23c2c77cc9dd672431a694908635be09efcaa4211525d01073
6
+ metadata.gz: 4b81ed2fb51b83f9e9f3244c31a64a382faa5f17a3b5d8cec8ec0d96f23b30017f9d7ccd50fc38108089b8f833aa723db4bfa7e0ab793f7c0c931e62d311c579
7
+ data.tar.gz: b1bf4bd89fa39ba0acdce5363fda996d93eb26031e8cdd287a8666b9753338214e8e2a281d07b5c7a61960cbdbae9c516f35701cc55ddf1256b6672f01233d08
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicedirectory_v1beta1
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
@@ -262,13 +262,16 @@ module Google
262
262
  class GetPolicyOptions
263
263
  include Google::Apis::Core::Hashable
264
264
 
265
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
266
- # 3. Requests specifying an invalid value will be rejected. Requests for
267
- # policies with any conditional bindings must specify version 3. Policies
268
- # without any conditional bindings may specify any valid value or leave the
269
- # field unset. To learn which resources support conditions in their IAM policies,
270
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
271
- # resource-policies).
265
+ # Optional. The maximum policy version that will be used to format the policy.
266
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
267
+ # rejected. Requests for policies with any conditional role bindings must
268
+ # specify version 3. Policies with no conditional role bindings may specify any
269
+ # valid value or leave the field unset. The policy in the response might use the
270
+ # policy version that you specified, or it might use a lower policy version. For
271
+ # example, if you specify version 3, but the policy has no conditional role
272
+ # bindings, the response uses version 1. To learn which resources support
273
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
274
+ # google.com/iam/help/conditions/resource-policies).
272
275
  # Corresponds to the JSON property `requestedPolicyVersion`
273
276
  # @return [Fixnum]
274
277
  attr_accessor :requested_policy_version
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicedirectoryV1beta1
18
18
  # Version of the google-apis-servicedirectory_v1beta1 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_v1beta1
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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1beta1/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicedirectory_v1beta1/v0.14.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicedirectory_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []