google-cloud-kms-v1 0.2.1 → 0.2.2

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: 334c3ff0c8c684f59c549b670032d57c432b272c2ce41517ab98cf77d8f07586
4
- data.tar.gz: c2cf9a6005cbd74ba7e410b927808f3cb2bd43a8c43fdee4992450ee1124d406
3
+ metadata.gz: 2ccca6eacfbe6c0596b97cad8b4667a6caf76f4faad869ac73f4bcf23dab528e
4
+ data.tar.gz: e440161238686fc3036cd9cc9de30111fd0e2b0d83f10560b89821455f5327d5
5
5
  SHA512:
6
- metadata.gz: f3f93c759613ea8878352067533741ab1451a5117362b8d07e2dbcf47069d30e7f280c6457749fa239087f2cfc82bb8b63e4dd77f634bb469333046e8c21618d
7
- data.tar.gz: 3e244ed32592d623f79de9b70a901c9e479afc44a11640703e629bab6557fa2785d48dac1338e5cd81d25fa384c5bf6dd8535d481146584bf010d4ed35c509ce
6
+ metadata.gz: 73d93a33b52e5ec7d557d8540c641bded8e7e3bf8635597b2e957792470784cb8bc971530dcb82b46684966a53c1390b5c474bb9219dd09ce1d895bf31d48363
7
+ data.tar.gz: 83f1bb3de1f05d5a30d645428002abb064f56d680b9c3404f6c9522943a94f6c28eba15e3be4b1c02207abd9b19061923ee2d21bbef43057c1e8a0437c1cf6c5
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/cloudkms.googleapis.com)
21
22
  1. {file:AUTHENTICATION.md Set up authentication.}
22
23
 
23
24
  ## Quick Start
@@ -33,6 +34,9 @@ response = client.list_key_rings request
33
34
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-kms-v1/latest)
34
35
  for class and method documentation.
35
36
 
37
+ See also the [Product Documentation](https://cloud.google.com/kms)
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 Kms
23
23
  module V1
24
- VERSION = "0.2.1"
24
+ VERSION = "0.2.2"
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-kms-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
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-08 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