google-cloud-kms 2.9.1 → 2.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3645e40062feae8a42f872bbd80477a73b77434dbf3ed23a3de4ddeb8955cd55
4
- data.tar.gz: 153d167982a2c3fe0d18f2fe40ec1a695d8193e090518fc68fe7cac5d27ae1c2
3
+ metadata.gz: e4d382fd89897a53296c42ae8b3b0b24278d8361d8af1a123ac8d823c621339d
4
+ data.tar.gz: 740b215983e378dbda75e6efb0ee81d5c948fe897af63a93ac38cfb28647397a
5
5
  SHA512:
6
- metadata.gz: f65c8fad86a2303a668b20ad2d224d018e3b8542ee2e5a690d3ad3dd6be94d864b91593371afdfbbf076b933adf62533edf678f36b21d16dc08fd98964bfde32
7
- data.tar.gz: 7129ad58a717df21c4dc4128693d41ebbb06362ff17e4762bb614b0ef6f1f89846641a785a03a71f3879bce87d2611dd47aed95bc6d8aba85d7abb2f190644f4
6
+ metadata.gz: 171522b62877021ea22c27eb80c75077c92ca428e503ad3c5a6ed2df7aeaf1f1538f7abcdbdc7b678efd3586705dc901e7be8226fc0df5a2f683ea04e4904700
7
+ data.tar.gz: ffd27b3200d25be7ba1369e5019549a00373547ca2c21099267000867219b4798b783a98f7b6f1a93c23db4a6b9abafd5afd74d55ccc7f30ef3a7ae951de896e
data/MIGRATING.md CHANGED
@@ -1,4 +1,4 @@
1
- ## Migrating to google-cloud-kms 2.0
1
+ # Migrating to google-cloud-kms 2.0
2
2
 
3
3
  The 2.0 release of the google-cloud-kms client is a significant upgrade
4
4
  based on a [next-gen code generator](https://github.com/googleapis/gapic-generator-ruby),
data/README.md CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/cloudkms.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/kms"
39
+
40
+ client = Google::Cloud::Kms.autokey
41
+ request = ::Google::Cloud::Kms::V1::CreateKeyHandleRequest.new # (request fields as keyword arguments...)
42
+ response = client.create_key_handle request
43
+ ```
44
+
37
45
  ## Migrating from 1.x versions
38
46
 
39
47
  The 2.0 release of the google-cloud-kms client is a significant upgrade
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Kms
23
- VERSION = "2.9.1"
23
+ VERSION = "2.9.3"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-kms
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.9.1
4
+ version: 2.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -77,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  - !ruby/object:Gem::Version
78
78
  version: '0'
79
79
  requirements: []
80
- rubygems_version: 3.6.8
80
+ rubygems_version: 3.6.9
81
81
  specification_version: 4
82
82
  summary: API Client library for the Cloud Key Management Service (KMS) API
83
83
  test_files: []