google-cloud-secret_manager 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -3
- data/lib/google/cloud/secret_manager.rb +2 -1
- data/lib/google/cloud/secret_manager/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 10d670d09483d2982cbd5003baba90de5b43fc666683b4d3bec0b1d79e5ca212
|
4
|
+
data.tar.gz: dc13f864fe4fe295b629dd4aecd82677635a9da4e16b6bb19b1b373368732015
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 48e72ea85c2d201c3927d0ac3fb466224290e6e4ea1404749f0a43aff506e2e82e518489d5808b8910fb91643aa85161242f67254a335576d519a09a1bf2a47f
|
7
|
+
data.tar.gz: be4351b5ddecaa2fea8b313d7de92231b8b3619b662fe9efec81f6fa5b1a30382dc369dbb10c8482399909a4df321aba9c3fa23aac6b510d5f78e4188f508611
|
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Ruby Client for Secret Manager API
|
1
|
+
# Ruby Client for Secret Manager API
|
2
2
|
|
3
3
|
[Secret Manager API][Product Documentation]:
|
4
4
|
Secret Manager provides a secure and convenient tool for storing API keys, passwords, certificates, and other sensitive data.
|
@@ -20,14 +20,15 @@ $ gem install google-cloud-secret_manager
|
|
20
20
|
```
|
21
21
|
|
22
22
|
### Next Steps
|
23
|
-
- Read the [Client Library Documentation][] for Secret Manager API
|
24
|
-
to see other available methods on the client.
|
23
|
+
- Read the [Client Library Documentation][] for the Secret Manager API, and the underlying
|
24
|
+
[V1beta1 Client Documentation][] to see other available methods on the client.
|
25
25
|
- Read the [Secret Manager API Product documentation][Product Documentation]
|
26
26
|
to learn more about the product and see How-to Guides.
|
27
27
|
- View this [repository's main README](https://github.com/googleapis/google-cloud-ruby/blob/master/README.md)
|
28
28
|
to see the full list of Cloud APIs that we cover.
|
29
29
|
|
30
30
|
[Client Library Documentation]: https://googleapis.dev/ruby/google-cloud-secret_manager/latest
|
31
|
+
[V1beta1 Client Documentation]: https://googleapis.dev/ruby/google-cloud-secret_manager-v1beta1/latest
|
31
32
|
[Product Documentation]: https://cloud.google.com/natural-language
|
32
33
|
|
33
34
|
## Enabling Logging
|
@@ -25,7 +25,8 @@ module Google
|
|
25
25
|
# Create a new `SecretManagerService::Client` object.
|
26
26
|
#
|
27
27
|
# @param version [String, Symbol] The API version to create the client instance. Optional. If not provided
|
28
|
-
# defaults to `:v1beta1
|
28
|
+
# defaults to `:v1beta1`, which will return an instance of
|
29
|
+
# [Google::Cloud::SecretManager::V1beta1::SecretManagerService::Client](https://googleapis.dev/ruby/google-cloud-secret_manager-v1beta1/latest/Google/Cloud/SecretManager/V1beta1/SecretManagerService/Client.html).
|
29
30
|
#
|
30
31
|
# @return [SecretManagerService::Client] A client object for the specified version.
|
31
32
|
#
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-secret_manager
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.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: 2020-01-
|
11
|
+
date: 2020-01-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-core
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '0.
|
33
|
+
version: '0.2'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '0.
|
40
|
+
version: '0.2'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: autotest-suffix
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|