google-apis-secretmanager_v1 0.20.0 → 0.23.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: e7a9a782c442a0ca2fdeb2f07042df7adb711a0a2b58a7e4d7c954ee2560b587
4
+ data.tar.gz: 21e0838cd41112f8d1ecdabad5e4a892b54038f6a3eeaf2bcf5ec1f16227a53f
5
5
  SHA512:
6
- metadata.gz: b51f815a261e4be716e7666ca3c2c5990fe27b8de91dda38f7dfc65b1788969cc3080bf80784715a517b5cd35f4de9fe989590e9964d81f6cb65222ceccc6a5c
7
- data.tar.gz: 8105ab7dacc56145bfa9bade98c2bbd040e36ac65111853622d5902fcadc931e6d203d84d9ef480337179d6956099b4181ce1d80dc07af294c24deba50836884
6
+ metadata.gz: 4e9bf81bc2bcf48351a384e0b0838c8bd9c4593672ebeb8186a76dcb77ddce8df667f22c7af12c4547fbf067bb3decec12c638500aa1a2ad3715363a3c8c3455
7
+ data.tar.gz: 6665eafa7583f29ce72cfcba6a1af8da76bfa791efb6573253899b94383857336c5781dac034eeac266e1e9fdb499cba4139c783a7bf86ba98a50b004d5f960a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-secretmanager_v1
2
2
 
3
+ ### v0.23.0 (2022-05-13)
4
+
5
+ * Regenerated from discovery document revision 20220506
6
+
7
+ ### v0.22.0 (2022-05-06)
8
+
9
+ * Regenerated from discovery document revision 20220429
10
+
11
+ ### v0.21.0 (2022-04-15)
12
+
13
+ * Regenerated from discovery document revision 20220408
14
+
3
15
  ### v0.20.0 (2022-04-07)
4
16
 
5
17
  * Regenerated from discovery document revision 20220318
@@ -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
@@ -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.23.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 = "20220506"
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.
@@ -267,8 +267,9 @@ module Google
267
267
  # Gets the access control policy for a secret. Returns empty policy if the
268
268
  # secret exists and does not have a policy set.
269
269
  # @param [String] resource
270
- # REQUIRED: The resource for which the policy is being requested. See the
271
- # operation documentation for the appropriate value for this field.
270
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
271
+ # names](https://cloud.google.com/apis/design/resource_names) for the
272
+ # appropriate value for this field.
272
273
  # @param [Fixnum] options_requested_policy_version
273
274
  # Optional. The maximum policy version that will be used to format the policy.
274
275
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -394,8 +395,9 @@ module Google
394
395
  # policy. Permissions on SecretVersions are enforced according to the policy set
395
396
  # on the associated Secret.
396
397
  # @param [String] resource
397
- # REQUIRED: The resource for which the policy is being specified. See the
398
- # operation documentation for the appropriate value for this field.
398
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
399
+ # names](https://cloud.google.com/apis/design/resource_names) for the
400
+ # appropriate value for this field.
399
401
  # @param [Google::Apis::SecretmanagerV1::SetIamPolicyRequest] set_iam_policy_request_object
400
402
  # @param [String] fields
401
403
  # Selector specifying which fields to include in a partial response.
@@ -432,8 +434,9 @@ module Google
432
434
  # aware UIs and command-line tools, not for authorization checking. This
433
435
  # operation may "fail open" without warning.
434
436
  # @param [String] resource
435
- # REQUIRED: The resource for which the policy detail is being requested. See the
436
- # operation documentation for the appropriate value for this field.
437
+ # REQUIRED: The resource for which the policy detail is being requested. See [
438
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
439
+ # appropriate value for this field.
437
440
  # @param [Google::Apis::SecretmanagerV1::TestIamPermissionsRequest] test_iam_permissions_request_object
438
441
  # @param [String] fields
439
442
  # Selector specifying which fields to include in a partial response.
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.23.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-05-16 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.23.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: []