google-apis-secretmanager_v1 0.20.0 → 0.21.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: 45dc7a3e669793346bade9e6fe7ff602c4e3847a90602cdc5c529d4d88611fd1
4
- data.tar.gz: 169ad73cf1b8a1c20c5ea41ce35cc8940bfa5a4e49a86b68534ec4a2f9832846
3
+ metadata.gz: 7ffa7288828dddda565efa4daacc13c9a56c8d8b0b83f1025273b4de135aa247
4
+ data.tar.gz: c0e45e011c440dc2c209d8b4029c938d883df34fba7364bb40785f8002db4cc3
5
5
  SHA512:
6
- metadata.gz: b51f815a261e4be716e7666ca3c2c5990fe27b8de91dda38f7dfc65b1788969cc3080bf80784715a517b5cd35f4de9fe989590e9964d81f6cb65222ceccc6a5c
7
- data.tar.gz: 8105ab7dacc56145bfa9bade98c2bbd040e36ac65111853622d5902fcadc931e6d203d84d9ef480337179d6956099b4181ce1d80dc07af294c24deba50836884
6
+ metadata.gz: e446d4042d944986e02f4573326b0b831f555621859f78c66d62eeb689d095dbf2cfd4d25aa563d9211eac568415fa380fcccce553f67c9b7e168e8255695d48
7
+ data.tar.gz: e048822785c599fd7a9ce67bdad536fc661bfd4dcdb6c4b9668d84948ffcc9efaa8e613426ee5751257679560ab4990d1853ebda447f6f30cffd687452ab761f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-secretmanager_v1
2
2
 
3
+ ### v0.21.0 (2022-04-15)
4
+
5
+ * Regenerated from discovery document revision 20220408
6
+
3
7
  ### v0.20.0 (2022-04-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20220318
@@ -204,7 +204,7 @@ module Google
204
204
  # @return [Google::Apis::SecretmanagerV1::Expr]
205
205
  attr_accessor :condition
206
206
 
207
- # Specifies the principals requesting access for a Cloud Platform resource. `
207
+ # Specifies the principals requesting access for a Google Cloud resource. `
208
208
  # members` can have the following values: * `allUsers`: A special identifier
209
209
  # that represents anyone who is on the internet; with or without a Google
210
210
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -466,7 +466,8 @@ module Google
466
466
  # @return [String]
467
467
  attr_accessor :next_page_token
468
468
 
469
- # The total number of SecretVersions.
469
+ # The total number of SecretVersions but 0 when the ListSecretsRequest.filter
470
+ # field is set.
470
471
  # Corresponds to the JSON property `totalSize`
471
472
  # @return [Fixnum]
472
473
  attr_accessor :total_size
@@ -503,7 +504,8 @@ module Google
503
504
  # @return [Array<Google::Apis::SecretmanagerV1::Secret>]
504
505
  attr_accessor :secrets
505
506
 
506
- # The total number of Secrets.
507
+ # The total number of Secrets but 0 when the ListSecretsRequest.filter field is
508
+ # set.
507
509
  # Corresponds to the JSON property `totalSize`
508
510
  # @return [Fixnum]
509
511
  attr_accessor :total_size
@@ -1033,7 +1035,7 @@ module Google
1033
1035
  include Google::Apis::Core::Hashable
1034
1036
 
1035
1037
  # The set of permissions to check for the `resource`. Permissions with wildcards
1036
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
1038
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
1037
1039
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
1038
1040
  # Corresponds to the JSON property `permissions`
1039
1041
  # @return [Array<String>]
@@ -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.20.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220318"
25
+ REVISION = "20220408"
26
26
  end
27
27
  end
28
28
  end
@@ -85,8 +85,8 @@ module Google
85
85
  # The resource that owns the locations collection, if applicable.
86
86
  # @param [String] filter
87
87
  # A filter to narrow down results to a preferred subset. The filtering language
88
- # accepts strings like "displayName=tokyo", and is documented in more detail in [
89
- # AIP-160](https://google.aip.dev/160).
88
+ # accepts strings like `"displayName=tokyo"`, and is documented in more detail
89
+ # in [AIP-160](https://google.aip.dev/160).
90
90
  # @param [Fixnum] page_size
91
91
  # The maximum number of results to return. If not set, the service selects a
92
92
  # default.
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.20.0
4
+ version: 0.21.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: 2022-04-11 00:00:00.000000000 Z
11
+ date: 2022-04-18 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/main/generated/google-apis-secretmanager_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-secretmanager_v1/v0.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-secretmanager_v1/v0.21.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-secretmanager_v1
63
63
  post_install_message:
64
64
  rdoc_options: []