google-apis-secretmanager_v1 0.19.0 → 0.22.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: d4e1b1a89b73ddccb277656188c3c2805c9ca1ff51374cf3122c0310b158d58f
4
- data.tar.gz: ce6905a9705d4f9a351491444a8f828b007ad194f5ad12bb18b2e7463ea3d062
3
+ metadata.gz: 4596ea94794ae17917d11334cf4e229c09a39f3fc15f2648ea3d2c40b2a84034
4
+ data.tar.gz: cca71c56a544868f0549c3aa6655d3ffb524e64dcb6f6bc1aef1d0848f9766d6
5
5
  SHA512:
6
- metadata.gz: 810959d56e02ac177bcd61e06ac292220b3b615169c98ad65e56b6491de2aebf3f81a39559d13638e201a3c2a522c3bfac0682608a217f6ce6b3d1a910f3c25a
7
- data.tar.gz: 861b3124a16970ee71faaadb7bbd22df9070c46c5773e6cea74331bb2813d4c46540d858943814f3f788c75d4d603bbc70103b14641d7480e7a9eb0a9d8ac090
6
+ metadata.gz: e661e224feba475a4d434876a643eb48e62a7a9cc2a1c73b7e6841efcd8f8836efda1b5c672e57976f7bba0bcb7c6967f6f6dcd150a0ee27889ee63f3705c8f2
7
+ data.tar.gz: 96225dd5f0e365210926cdc0f9e2611ac23a6216496df5628dbbc00243d6010dd8207a8960829a56a0cf0869d9edb68444886ceeb850cb56b87c730a0f44759d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-secretmanager_v1
2
2
 
3
+ ### v0.22.0 (2022-05-06)
4
+
5
+ * Regenerated from discovery document revision 20220429
6
+
7
+ ### v0.21.0 (2022-04-15)
8
+
9
+ * Regenerated from discovery document revision 20220408
10
+
11
+ ### v0.20.0 (2022-04-07)
12
+
13
+ * Regenerated from discovery document revision 20220318
14
+
3
15
  ### v0.19.0 (2022-01-21)
4
16
 
5
17
  * Regenerated from discovery document revision 20220115
@@ -82,8 +82,8 @@ module Google
82
82
  # "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
83
83
  # , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
84
84
  # this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
85
- # exempts jose@example.com from DATA_READ logging, and aliya@example.com from
86
- # DATA_WRITE logging.
85
+ # exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
86
+ # from DATA_WRITE logging.
87
87
  class AuditConfig
88
88
  include Google::Apis::Core::Hashable
89
89
 
@@ -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
@@ -343,8 +343,7 @@ module Google
343
343
  # A generic empty message that you can re-use to avoid defining duplicated empty
344
344
  # messages in your APIs. A typical example is to use it as the request or the
345
345
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
346
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
347
- # `Empty` is empty JSON object ````.
346
+ # protobuf.Empty) returns (google.protobuf.Empty); `
348
347
  class Empty
349
348
  include Google::Apis::Core::Hashable
350
349
 
@@ -467,7 +466,8 @@ module Google
467
466
  # @return [String]
468
467
  attr_accessor :next_page_token
469
468
 
470
- # The total number of SecretVersions.
469
+ # The total number of SecretVersions but 0 when the ListSecretsRequest.filter
470
+ # field is set.
471
471
  # Corresponds to the JSON property `totalSize`
472
472
  # @return [Fixnum]
473
473
  attr_accessor :total_size
@@ -504,7 +504,8 @@ module Google
504
504
  # @return [Array<Google::Apis::SecretmanagerV1::Secret>]
505
505
  attr_accessor :secrets
506
506
 
507
- # The total number of Secrets.
507
+ # The total number of Secrets but 0 when the ListSecretsRequest.filter field is
508
+ # set.
508
509
  # Corresponds to the JSON property `totalSize`
509
510
  # @return [Fixnum]
510
511
  attr_accessor :total_size
@@ -1034,7 +1035,7 @@ module Google
1034
1035
  include Google::Apis::Core::Hashable
1035
1036
 
1036
1037
  # The set of permissions to check for the `resource`. Permissions with wildcards
1037
- # (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
1038
1039
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
1039
1040
  # Corresponds to the JSON property `permissions`
1040
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.19.0"
19
+ GEM_VERSION = "0.22.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 = "20220115"
25
+ REVISION = "20220429"
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.19.0
4
+ version: 0.22.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-01-24 00:00:00.000000000 Z
11
+ date: 2022-05-09 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.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-secretmanager_v1/v0.22.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: []