google-cloud-secret_manager-v1beta1 0.6.2 → 0.6.3

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: 3de4377e3e60c98a103ee09acf624cd9e1b72b81beb8682930aa188e9078622a
4
- data.tar.gz: 6635f21a630edcf744ecf34b95473bc6a14bfe5ffc07a73466fb72ff077fd020
3
+ metadata.gz: 84be796d639c130b885bee50e85c277fa384f87f1514c1212c63d306042ed5b5
4
+ data.tar.gz: 017401da3548583ce2a9f11b0233791377dc8d6ef5416c90bd7736e98e0f2871
5
5
  SHA512:
6
- metadata.gz: 3f279d4a41f89d48e053c035c65bfc8296b88d3bfb024e6ba6caa9bd8ee58fff5ef92eafba071857afddc9f1fbadafbfb71d90d7c510e269cf0f9f4b8a2c63b2
7
- data.tar.gz: f011beb44d7b756559231928d57a4de02d54a9b860455cbef14de8b9f0901ebf2bc005969e33647aa2d159b9deca3e6e22a38268bb2388efd903dfbf5ca26652
6
+ metadata.gz: a8dceda2668bf02d45616c98ef60fc131a7ba99104613088a1c434eb343f234c3694b573a2351fe2c58466c83613040457560b9522d00a57149494482ad64e27
7
+ data.tar.gz: cde4c5d1532b894351633b52feb549b70c9ad4a72812c1856d96b9fbd671cd0364ce20f56ebc03ecc80331f54caab6cf4f79fd49b28df013df3aaadb575cdbd0
data/README.md CHANGED
@@ -18,6 +18,7 @@ In order to use this library, you first need to go through the following steps:
18
18
 
19
19
  1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
20
20
  1. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
21
+ 1. [Enable the API.](https://console.cloud.google.com/apis/library/secretmanager.googleapis.com)
21
22
  1. {file:AUTHENTICATION.md Set up authentication.}
22
23
 
23
24
  ## Quick Start
@@ -33,6 +34,9 @@ response = client.list_secrets request
33
34
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-secret_manager-v1beta1/latest)
34
35
  for class and method documentation.
35
36
 
37
+ See also the [Product Documentation](https://cloud.google.com/secret-manager)
38
+ for general usage information.
39
+
36
40
  ## Enabling Logging
37
41
 
38
42
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module SecretManager
23
23
  module V1beta1
24
- VERSION = "0.6.2"
24
+ VERSION = "0.6.3"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-secret_manager-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
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-06-06 00:00:00.000000000 Z
11
+ date: 2020-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common