google-apis-secretmanager_v1beta1 0.9.0 → 0.10.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: 3fe60b860b81c120120a7eca532bd57bc6ae689a26acb1fe695a94743ffff634
4
- data.tar.gz: dca660b4608f7b158db5c272be9e3b501e7864b8ab470a2612d3ce77e103ca41
3
+ metadata.gz: af216a0af15a678b27692ce588f98da7478279a54403cdaa17ef586e8fc2d853
4
+ data.tar.gz: 21b271106f1166d7cdca6a78fd3e1366537aa8785bd932b69a9958d551269fc4
5
5
  SHA512:
6
- metadata.gz: a253101102448fa237b017b9a90f054f262baeedfa8a0c07387a0aa4c846b0eba691676d18b085d11e41a2c59bed3c4ba36953ac7c83523df530089d92cdc21c
7
- data.tar.gz: 0fb5d4df640c116cc6dc2c4b097bc11f3e56be3d6d9860598a5fdfbe757d3587af095af60fc09434c2a741d559ea8c0cd20483d4851f047674588e737840cbb2
6
+ metadata.gz: a77b20883cd52a655be368ecfc9b47b14ce6e0fa68480481622d099ecf9dfd27f8cc852263177c3ebe92c871fcddd1460e644e205b5732750d819edabe23f50b
7
+ data.tar.gz: ecc7f51779f780c19422d8b26551f6e0b03a556eac846df492f34bd861fb58030be733b5ef21214ac24ac8499aeb604f6261b67390827478bae8ad9805a84ce7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-secretmanager_v1beta1
2
2
 
3
+ ### v0.10.0 (2021-10-08)
4
+
5
+ * Regenerated from discovery document revision 20211001
6
+
3
7
  ### v0.9.0 (2021-09-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20210813
@@ -508,7 +508,12 @@ module Google
508
508
 
509
509
  # Associates a list of `members` to a `role`. Optionally, may specify a `
510
510
  # condition` that determines how and when the `bindings` are applied. Each of
511
- # the `bindings` must contain at least one member.
511
+ # the `bindings` must contain at least one member. The `bindings` in a `Policy`
512
+ # can refer to up to 1,500 members; up to 250 of these members can be Google
513
+ # groups. Each occurrence of a member counts towards these limits. For example,
514
+ # if the `bindings` grant 50 different roles to `user:alice@example.com`, and
515
+ # not to any other member, then you can add another 1,450 members to the `
516
+ # bindings` in the `Policy`.
512
517
  # Corresponds to the JSON property `bindings`
513
518
  # @return [Array<Google::Apis::SecretmanagerV1beta1::Binding>]
514
519
  attr_accessor :bindings
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecretmanagerV1beta1
18
18
  # Version of the google-apis-secretmanager_v1beta1 gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.10.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 = "20210813"
25
+ REVISION = "20211001"
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-secretmanager_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.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-06 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-secretmanager_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-secretmanager_v1beta1/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-secretmanager_v1beta1/v0.10.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-secretmanager_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []