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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 141060e3d89f74337420ce1e6b71f7cb4a7d6ae0a8fb0bd9f85f3f06f050d7dc
4
- data.tar.gz: 99dfb5eeb6b277bd43a2f86b24386a850e3d2392d56d7d2e470373b84b59ddfb
3
+ metadata.gz: dbb22296a7f591889897b848b6bdc0f3b3e974b29215601987a5878b327e8cc8
4
+ data.tar.gz: 757040ee8af9aaf98f791f858f0bbf5e287714a085afaa3aeaa5e6fa8fffbcc6
5
5
  SHA512:
6
- metadata.gz: 5e16b6a915e1c2be002017d47d8b96f97d4806909894402d84781640e2e47078aa90733094bf4f06549451b1dc2f4b8a6c0cfcf6c852a6220f28856c36bd6fcf
7
- data.tar.gz: b027cabca3668ed89097d6fdc51a7fa2cdafc88f70a69106be794ab0f8a1e502a835e47d695b86506b4cb5c8d471a45ea8d80bed79c1991e44ed8a162d71ed9a
6
+ metadata.gz: ff848714736a84794e54dd8e81881f2ccf1c4a1da8e5f93b55f831bc21e19199dcb237679cb25f7a5fd644e3a87731c26230791fd5cac201c8d82aec889f5f5f
7
+ data.tar.gz: 95cb3c5cc5b86b0356c6c8dfae96ef4aa2380cd44b04310e82b393fa5124a2cfaaec3877827d0dc5abfb9b17d55495c24fd9eca59169151c8f22fefe9e47bc66
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataproc_v1
2
2
 
3
+ ### v0.17.0 (2021-11-10)
4
+
5
+ * Regenerated from discovery document revision 20211105
6
+
3
7
  ### v0.16.0 (2021-10-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20211019
@@ -1181,12 +1181,16 @@ module Google
1181
1181
  class GetPolicyOptions
1182
1182
  include Google::Apis::Core::Hashable
1183
1183
 
1184
- # Optional. The policy format version to be returned.Valid values are 0, 1, and
1185
- # 3. Requests specifying an invalid value will be rejected.Requests for policies
1186
- # with any conditional bindings must specify version 3. Policies without any
1187
- # conditional bindings may specify any valid value or leave the field unset.To
1188
- # learn which resources support conditions in their IAM policies, see the IAM
1189
- # documentation (https://cloud.google.com/iam/help/conditions/resource-policies).
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.16.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 = "20211019"
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.16.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-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-dataproc_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.16.0
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: []