google-apis-dataproc_v1 0.14.0 → 0.15.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 +5 -1
- 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: a276319007f0b1224b8fd2bfce0f2fd2cc5f934754a6d623cabed502f1fbc7a0
|
4
|
+
data.tar.gz: fb9a39f765721009be2bd63d6cb5502a4e6dcd44e1b902a36920a74921f0e637
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 64734cbdd14a7b557fd57e830bad092901f331bbcb8971803e4569b66ce2943355825b6250651bcf942d60dde4d569ed91398a42eb92e4a77c9e8f0d0c777306
|
7
|
+
data.tar.gz: 3aac84e7c3f69432c000cf394621e690366f94ef45a357cbcdfc765ada5d5831776f7212c9f1bcc377476dfa04bc0656ef92e1256fb46634d5fe7d87cdbf9b60
|
data/CHANGELOG.md
CHANGED
@@ -2715,7 +2715,11 @@ module Google
|
|
2715
2715
|
|
2716
2716
|
# Associates a list of members to a role. Optionally, may specify a condition
|
2717
2717
|
# that determines how and when the bindings are applied. Each of the bindings
|
2718
|
-
# must contain at least one member.
|
2718
|
+
# must contain at least one member.The bindings in a Policy can refer to up to 1,
|
2719
|
+
# 500 members; up to 250 of these members can be Google groups. Each occurrence
|
2720
|
+
# of a member counts towards these limits. For example, if the bindings grant 50
|
2721
|
+
# different roles to user:alice@example.com, and not to any other member, then
|
2722
|
+
# you can add another 1,450 members to the bindings in the Policy.
|
2719
2723
|
# Corresponds to the JSON property `bindings`
|
2720
2724
|
# @return [Array<Google::Apis::DataprocV1::Binding>]
|
2721
2725
|
attr_accessor :bindings
|
@@ -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.15.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 = "20210930"
|
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.15.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-10-11 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/master/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.15.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dataproc_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|