google-cloud-kms-inventory 1.3.1 → 1.3.2

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: a7b0a9d34e56ccf6b6c293e61d03e17b9875cda27bf37910c5477648b6ee653a
4
- data.tar.gz: 221acfbe7d023bc10ffef8847a2596becf6b4c70a60f6cfeeba708ea39620cf7
3
+ metadata.gz: 5eafab9f68f141aaba018a739e4569c8e47f8a7e976cbdcc355da83592264b59
4
+ data.tar.gz: 1d649247d5fc18f28f6cab26614a6ad4f1b654b6e5c1d8ac2bba44854a1aee26
5
5
  SHA512:
6
- metadata.gz: 458a787868848eefb7dcbe89a132af129f82e5b94b98f047e8287926a781db311bb2a524ad96a3e9246f86ad206a2a3b2693c5884b4d8ab9de00f272d55f0a5f
7
- data.tar.gz: f0b416ed8b1e430bd53628caf1df9998cbf5a091bac84cd38475cbd775049752e488ef4f76e5c192c55bab04813441a7093f819842564c279f25792401b727f9
6
+ metadata.gz: 679c69be074d8e067c96c00ecc730a75953f79cea1b29cdc0c439063dabc6b7a12f97d7fa02eb0d4789a5c2223d6e115e581ab6fa5e42633caa71932ba41f208
7
+ data.tar.gz: 3fb33750b4b159866a827265b2bdd472f7a07e950a7b489a9ebf753a7c032c6ee5e595334e04d5c6ca84641c51ba57d813ac91591509351f2fbd6d22db9162c4
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/kmsinventory.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/kms/inventory"
39
+
40
+ client = Google::Cloud::Kms::Inventory.key_dashboard_service
41
+ request = ::Google::Cloud::Kms::Inventory::V1::ListCryptoKeysRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_crypto_keys request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Kms
23
23
  module Inventory
24
- VERSION = "1.3.1"
24
+ VERSION = "1.3.2"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-kms-inventory
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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.6.8
78
+ rubygems_version: 3.6.9
79
79
  specification_version: 4
80
80
  summary: API Client library for the KMS Inventory API
81
81
  test_files: []