google-apis-dataproc_v1 0.16.0 → 0.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dataproc_v1/classes.rb +10 -6
- data/lib/google/apis/dataproc_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dbb22296a7f591889897b848b6bdc0f3b3e974b29215601987a5878b327e8cc8
|
4
|
+
data.tar.gz: 757040ee8af9aaf98f791f858f0bbf5e287714a085afaa3aeaa5e6fa8fffbcc6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff848714736a84794e54dd8e81881f2ccf1c4a1da8e5f93b55f831bc21e19199dcb237679cb25f7a5fd644e3a87731c26230791fd5cac201c8d82aec889f5f5f
|
7
|
+
data.tar.gz: 95cb3c5cc5b86b0356c6c8dfae96ef4aa2380cd44b04310e82b393fa5124a2cfaaec3877827d0dc5abfb9b17d55495c24fd9eca59169151c8f22fefe9e47bc66
|
data/CHANGELOG.md
CHANGED
@@ -1181,12 +1181,16 @@ module Google
|
|
1181
1181
|
class GetPolicyOptions
|
1182
1182
|
include Google::Apis::Core::Hashable
|
1183
1183
|
|
1184
|
-
# Optional. The policy
|
1185
|
-
# 3. Requests specifying an invalid value will be
|
1186
|
-
# with any conditional bindings must specify
|
1187
|
-
# conditional bindings may specify any valid
|
1188
|
-
#
|
1189
|
-
#
|
1184
|
+
# Optional. The maximum policy version that will be used to format the policy.
|
1185
|
+
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
1186
|
+
# rejected.Requests for policies with any conditional role bindings must specify
|
1187
|
+
# version 3. Policies with no conditional role bindings may specify any valid
|
1188
|
+
# value or leave the field unset.The policy in the response might use the policy
|
1189
|
+
# version that you specified, or it might use a lower policy version. For
|
1190
|
+
# example, if you specify version 3, but the policy has no conditional role
|
1191
|
+
# bindings, the response uses version 1.To learn which resources support
|
1192
|
+
# conditions in their IAM policies, see the IAM documentation (https://cloud.
|
1193
|
+
# google.com/iam/help/conditions/resource-policies).
|
1190
1194
|
# Corresponds to the JSON property `requestedPolicyVersion`
|
1191
1195
|
# @return [Fixnum]
|
1192
1196
|
attr_accessor :requested_policy_version
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DataprocV1
|
18
18
|
# Version of the google-apis-dataproc_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.17.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 = "20211105"
|
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-dataproc_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.17.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-dataproc_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.17.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataproc_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|