google-apis-secretmanager_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: 6e4f650150025b24ec1e979bb22cab6d29e8d961b24e012c0363b219c3fa3918
4
- data.tar.gz: 976b17b9903af45e73e14d2906a49dc06ce9bdf615eeb5ec3f721fac12194ae2
3
+ metadata.gz: 52a0af4f63fc1cf14601f2d0297ab675fa199402d3180495718b13359c6f6007
4
+ data.tar.gz: a1a194580391b1dfdc8467a414853544dd3d2b7e646c2acc3077f29771244830
5
5
  SHA512:
6
- metadata.gz: db00c1d2ee3109cc09fec6ce97cdcc60a9849f3191b11d0629abab6183af5ee78830b21250d7ff41fa5bbbb4e5fc9b34e4ad9e816aadb88ba5c504dc5609d117
7
- data.tar.gz: 0af295b309e3685042de4d2e93270a439ed593fa8f223956a9ebaacf6e28cb5b6c454a489fb7c472fe740c6bada2cfa4dc1e628a01a287f0b4d4d006f056663c
6
+ metadata.gz: a5bd50d634ed9cc09e8f64a4c0ed08efb3d23dcb244cc5fa098b1f0ccd0857ff3d7055501fb0f189d7a9a2e463ee809c51d667f1b9b4c301d14a5354fde59df3
7
+ data.tar.gz: '0290f445581b40563b8ff8c57ff1b31cd21c6b0ed7e1a63141999a507b1987b515f72beee064d74e43a8075ba1900422e98b58b7de2683694ae617cf2cb818cd'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-secretmanager_v1
2
2
 
3
+ ### v0.15.0 (2021-10-08)
4
+
5
+ * Regenerated from discovery document revision 20211001
6
+
3
7
  ### v0.14.0 (2021-09-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20210813
@@ -605,7 +605,12 @@ module Google
605
605
 
606
606
  # Associates a list of `members` to a `role`. Optionally, may specify a `
607
607
  # condition` that determines how and when the `bindings` are applied. Each of
608
- # the `bindings` must contain at least one member.
608
+ # the `bindings` must contain at least one member. The `bindings` in a `Policy`
609
+ # can refer to up to 1,500 members; up to 250 of these members can be Google
610
+ # groups. Each occurrence of a member counts towards these limits. For example,
611
+ # if the `bindings` grant 50 different roles to `user:alice@example.com`, and
612
+ # not to any other member, then you can add another 1,450 members to the `
613
+ # bindings` in the `Policy`.
609
614
  # Corresponds to the JSON property `bindings`
610
615
  # @return [Array<Google::Apis::SecretmanagerV1::Binding>]
611
616
  attr_accessor :bindings
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecretmanagerV1
18
18
  # Version of the google-apis-secretmanager_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 = "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_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-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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-secretmanager_v1/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-secretmanager_v1/v0.15.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-secretmanager_v1
63
63
  post_install_message:
64
64
  rdoc_options: []