google-apis-secretmanager_v1 0.16.0 → 0.17.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: 4201bd8db4747d5009893e203738f616a223e64ae477f44e1da494686e3037c0
4
- data.tar.gz: dc62e241aad11e65d83a211c7ceb1597faaa33ecc8f363f04e067a572504055a
3
+ metadata.gz: 4b2e7fcb42e036e229374d64be37ae16c72f5c12261fcfc6d92e97d89bd9f5d1
4
+ data.tar.gz: 4a6d3310dba37d5841e0183d1d237f481265d5fe4b3f074bd95029811c1baa23
5
5
  SHA512:
6
- metadata.gz: f942007070c82f70b25c29a0ff34291e9a46057957ae2591a62876a58ea1ba70dfa02256c61c4ae9628296609959c58e07691957d5c973cf40eea4c370cf7e2a
7
- data.tar.gz: 26332bff137d01c1d69ef6265bec6c80b08520790599a76ac2679495b33f22111edafb1363a9d6b64d3193d5012a477eee12499d5c0b2792255b0c25fa8774ca
6
+ metadata.gz: c28817980c001032b73b55868ed258212e435d5394908eb419443839e8c1697d3ad7c94b48965c3e3465758609365f61bcd294d30bba253c39c888ef20cec33a
7
+ data.tar.gz: 359fe2b54d206b6e1eb23459c4d9745e15f336f761feb798e12814e81f03d5df93750372ba86bf372430931933a523006c5aa32d436a9a09b7ce6398dfdcbf48
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-secretmanager_v1
2
2
 
3
+ ### v0.17.0 (2021-11-12)
4
+
5
+ * Regenerated from discovery document revision 20211105
6
+
3
7
  ### v0.16.0 (2021-10-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20211015
@@ -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.16.0"
19
+ GEM_VERSION = "0.17.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 = "20211015"
25
+ REVISION = "20211105"
26
26
  end
27
27
  end
28
28
  end
@@ -270,13 +270,16 @@ module Google
270
270
  # REQUIRED: The resource for which the policy is being requested. See the
271
271
  # operation documentation for the appropriate value for this field.
272
272
  # @param [Fixnum] options_requested_policy_version
273
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
274
- # 3. Requests specifying an invalid value will be rejected. Requests for
275
- # policies with any conditional bindings must specify version 3. Policies
276
- # without any conditional bindings may specify any valid value or leave the
277
- # field unset. To learn which resources support conditions in their IAM policies,
278
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
279
- # resource-policies).
273
+ # Optional. The maximum policy version that will be used to format the policy.
274
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
275
+ # rejected. Requests for policies with any conditional role bindings must
276
+ # specify version 3. Policies with no conditional role bindings may specify any
277
+ # valid value or leave the field unset. The policy in the response might use the
278
+ # policy version that you specified, or it might use a lower policy version. For
279
+ # example, if you specify version 3, but the policy has no conditional role
280
+ # bindings, the response uses version 1. To learn which resources support
281
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
282
+ # google.com/iam/help/conditions/resource-policies).
280
283
  # @param [String] fields
281
284
  # Selector specifying which fields to include in a partial response.
282
285
  # @param [String] quota_user
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.16.0
4
+ version: 0.17.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-10-25 00:00:00.000000000 Z
11
+ date: 2021-11-15 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.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-secretmanager_v1/v0.17.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: []