google-cloud-kms-inventory 1.3.1 → 1.4.0

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: a01d57696d5c0740dd530c11a63df96f826a05fdf291e40622b9fdfa218745b5
4
+ data.tar.gz: 9c368464e491f0d29cd49df40975704fe54aee54abf9510a05f275802622b82a
5
5
  SHA512:
6
- metadata.gz: 458a787868848eefb7dcbe89a132af129f82e5b94b98f047e8287926a781db311bb2a524ad96a3e9246f86ad206a2a3b2693c5884b4d8ab9de00f272d55f0a5f
7
- data.tar.gz: f0b416ed8b1e430bd53628caf1df9998cbf5a091bac84cd38475cbd775049752e488ef4f76e5c192c55bab04813441a7093f819842564c279f25792401b727f9
6
+ metadata.gz: ce43e23dd0df6bc932ece205ae266dd2dc757c9a050ed0a0a655206605f0705fb04574a679f5b7a1febfb6f8e7c2ab4411914327b3e2806cb2c0c5f5fb12ad77
7
+ data.tar.gz: ef296c94479330edfeed3045c7ded9606205a7c4d27482efe66a860e8a74b30c4bb3edb2d286b1ecf16a99935dd14dc86649a759217462b8ca56a1f5579ccf3d
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.4.0"
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.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '3.0'
71
+ version: '3.2'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
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: []