google-apis-secretmanager_v1 0.22.0 → 0.25.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -0
- data/lib/google/apis/secretmanager_v1/gem_version.rb +3 -3
- data/lib/google/apis/secretmanager_v1/service.rb +9 -6
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b152db401a86e394e184d32181b0a43eb7924b81c2f3e5dcce955212dd10d222
|
4
|
+
data.tar.gz: 2734fcb4d4228d1a0572d1eab40d8901f864f9ac8da551cf119938011abe8e84
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ee314d82bc22195293f8686ee5ff9863998d4a2c18f77e0340747960560b5ece6e774acad3e5e9a80c0c7056f9152b430a09c9a192b61c12a4fde77b150496d
|
7
|
+
data.tar.gz: d481a0a59fc66f603205a5d4444dea8e88137e2c72e6b4c7c8fa5fd5963bbf91fa68e46f55a974fd71911617702f0475b2f3b0daf90606b018b6450a256c9079
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Release history for google-apis-secretmanager_v1
|
2
2
|
|
3
|
+
### v0.25.0 (2022-06-17)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.6.0
|
6
|
+
|
7
|
+
### v0.24.0 (2022-06-05)
|
8
|
+
|
9
|
+
* Regenerated using generator version 0.5.0
|
10
|
+
|
11
|
+
### v0.23.0 (2022-05-13)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220506
|
14
|
+
|
3
15
|
### v0.22.0 (2022-05-06)
|
4
16
|
|
5
17
|
* Regenerated from discovery document revision 20220429
|
@@ -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
|
+
GEM_VERSION = "0.25.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.6.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220506"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -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
|
271
|
-
#
|
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
|
398
|
-
#
|
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
|
436
|
-
#
|
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.
|
4
|
+
version: 0.25.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-
|
11
|
+
date: 2022-06-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.6'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.6'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-secretmanager_v1/v0.25.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.3.
|
78
|
+
rubygems_version: 3.3.14
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Secret Manager API V1
|