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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d30e8ccfda7d6fb1772516a2c32be72e98ab843b57eaffe9694d10cc66c59ac5
4
- data.tar.gz: 1a08226168e4164910254669cc8ca20eca8230fe904f6de15f7dd28b751cc83a
3
+ metadata.gz: a276319007f0b1224b8fd2bfce0f2fd2cc5f934754a6d623cabed502f1fbc7a0
4
+ data.tar.gz: fb9a39f765721009be2bd63d6cb5502a4e6dcd44e1b902a36920a74921f0e637
5
5
  SHA512:
6
- metadata.gz: 5726c387707c723784264b9b9fdebe028d461a06c329d0affc7faedbe77c886ac9261ff1fda235231f80bda489fa5d20d2303f98a05b5b311a538b559191f51c
7
- data.tar.gz: 52de3fe053ecfb2f8aff5f14bb75a47ca60c0c0b7392da73dd32b4cc60810fafaf6e89b1de6190685abba95859fe21c62fc35d1f2c6ab097f4b8c219c82c8dcc
6
+ metadata.gz: 64734cbdd14a7b557fd57e830bad092901f331bbcb8971803e4569b66ce2943355825b6250651bcf942d60dde4d569ed91398a42eb92e4a77c9e8f0d0c777306
7
+ data.tar.gz: 3aac84e7c3f69432c000cf394621e690366f94ef45a357cbcdfc765ada5d5831776f7212c9f1bcc377476dfa04bc0656ef92e1256fb46634d5fe7d87cdbf9b60
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataproc_v1
2
2
 
3
+ ### v0.15.0 (2021-10-08)
4
+
5
+ * Regenerated from discovery document revision 20210930
6
+
3
7
  ### v0.14.0 (2021-09-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20210902
@@ -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.14.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 = "20210902"
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.14.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-09-13 00:00:00.000000000 Z
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.14.0
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: []