google-apis-secretmanager_v1beta1 0.6.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: d278dbd640edf07ef2441b77a8b916e4d6008a3ab78cb884d7f7f9037ef84b1a
4
- data.tar.gz: 27fe747a4ab1ae40851334823c45d5b67d9c464c954fa79435e5e1d90a625c02
3
+ metadata.gz: af216a0af15a678b27692ce588f98da7478279a54403cdaa17ef586e8fc2d853
4
+ data.tar.gz: 21b271106f1166d7cdca6a78fd3e1366537aa8785bd932b69a9958d551269fc4
5
5
  SHA512:
6
- metadata.gz: aeb5b4f5dd479bc247f2f289820bb143fae69b1b6075763c236be936ca39016771cb6409ca1f93e6f5639b762368086b00c0146c22b47dfce4845ed26534b6d5
7
- data.tar.gz: d2001ad195430788c6bf12d3bc964863b9e6698d40ba5ff9ab304343848c0eb325d0d70be30385eef40b26ed4d3fc9e1fb6c2f632574b9dcd4843e5800362b32
6
+ metadata.gz: a77b20883cd52a655be368ecfc9b47b14ce6e0fa68480481622d099ecf9dfd27f8cc852263177c3ebe92c871fcddd1460e644e205b5732750d819edabe23f50b
7
+ data.tar.gz: ecc7f51779f780c19422d8b26551f6e0b03a556eac846df492f34bd861fb58030be733b5ef21214ac24ac8499aeb604f6261b67390827478bae8ad9805a84ce7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
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
+
7
+ ### v0.9.0 (2021-09-01)
8
+
9
+ * Regenerated from discovery document revision 20210813
10
+
11
+ ### v0.8.0 (2021-06-29)
12
+
13
+ * Regenerated using generator version 0.4.0
14
+
15
+ ### v0.7.0 (2021-06-24)
16
+
17
+ * Regenerated using generator version 0.3.0
18
+
3
19
  ### v0.6.0 (2021-05-20)
4
20
 
5
21
  * Unspecified changes
@@ -495,7 +495,7 @@ module Google
495
495
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
496
496
  # roles/resourcemanager.organizationViewer condition: title: expirable access
497
497
  # description: Does not grant access after Sep 2020 expression: request.time <
498
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
498
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
499
499
  # description of IAM and its features, see the [IAM documentation](https://cloud.
500
500
  # google.com/iam/docs/).
501
501
  class Policy
@@ -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
@@ -741,7 +746,7 @@ module Google
741
746
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
742
747
  # roles/resourcemanager.organizationViewer condition: title: expirable access
743
748
  # description: Does not grant access after Sep 2020 expression: request.time <
744
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
749
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
745
750
  # description of IAM and its features, see the [IAM documentation](https://cloud.
746
751
  # google.com/iam/docs/).
747
752
  # Corresponds to the JSON property `policy`
@@ -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.6.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210409"
25
+ REVISION = "20211001"
26
26
  end
27
27
  end
28
28
  end
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1beta1'
32
32
 
33
- # See, edit, configure, and delete your Google Cloud Platform data
33
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
  end
36
36
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-secretmanager_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.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-05-24 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
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Secret Manager API V1beta1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-secretmanager_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-secretmanager_v1beta1/v0.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-secretmanager_v1beta1/v0.10.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-secretmanager_v1beta1
57
63
  post_install_message:
58
64
  rdoc_options: []