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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4128d2b5fae1a3ec5ed58fab5d02a5736d15b98574fc12d067b295b697f2e64f
|
4
|
+
data.tar.gz: a1e87238173feb128fedb491c9e365b02ca1ad49b921c3116b69c53947635b06
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b81ed2fb51b83f9e9f3244c31a64a382faa5f17a3b5d8cec8ec0d96f23b30017f9d7ccd50fc38108089b8f833aa723db4bfa7e0ab793f7c0c931e62d311c579
|
7
|
+
data.tar.gz: b1bf4bd89fa39ba0acdce5363fda996d93eb26031e8cdd287a8666b9753338214e8e2a281d07b5c7a61960cbdbae9c516f35701cc55ddf1256b6672f01233d08
|
data/CHANGELOG.md
CHANGED
@@ -262,13 +262,16 @@ module Google
|
|
262
262
|
class GetPolicyOptions
|
263
263
|
include Google::Apis::Core::Hashable
|
264
264
|
|
265
|
-
# Optional. The policy
|
266
|
-
# 3. Requests specifying an invalid value will be
|
267
|
-
# policies with any conditional bindings must
|
268
|
-
#
|
269
|
-
# field unset.
|
270
|
-
#
|
271
|
-
#
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|