google-cloud-kms-inventory 0.1.0 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/kms/inventory/version.rb +1 -1
- data/lib/google/cloud/kms/inventory.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2952b86a178f9660e7486aff19f2e92b1f0abf6090f800384e36e332d4bb4d4f
|
4
|
+
data.tar.gz: b30988813c26cba88462b63b9cc51b250a7237d8d95427ea52f688f8454a3c17
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d611379b9a2e1e5a9a3208c2ee45322f2b094c976a170ad30d8a2bfd8ae3315e050adc6a9e3765ae2dc473b3de0d1f0089cfcb4bf54bc2430ad95c8716d639da
|
7
|
+
data.tar.gz: 4f845ead401d64a2f6bbec7dfd0cb9c3f3b636d3f68c23ac3af4f2a70b579d89e56381986b4cc75cf55e79313e1ca4c878638ebd3984a2f296add3bdde52b588
|
data/README.md
CHANGED
@@ -16,7 +16,7 @@ for this library, google-cloud-kms-inventory, to see the convenience methods for
|
|
16
16
|
constructing client objects. Reference documentation for the client objects
|
17
17
|
themselves can be found in the client library documentation for the versioned
|
18
18
|
client gems:
|
19
|
-
[google-cloud-kms-inventory-v1](https://
|
19
|
+
[google-cloud-kms-inventory-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-kms-inventory-v1/latest).
|
20
20
|
|
21
21
|
See also the [Product Documentation](https://cloud.google.com/kms/docs/)
|
22
22
|
for more usage information.
|
@@ -49,7 +49,7 @@ module Google
|
|
49
49
|
# Create a new client object for KeyDashboardService.
|
50
50
|
#
|
51
51
|
# By default, this returns an instance of
|
52
|
-
# [Google::Cloud::Kms::Inventory::V1::KeyDashboardService::Client](https://
|
52
|
+
# [Google::Cloud::Kms::Inventory::V1::KeyDashboardService::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-kms-inventory-v1/latest/Google-Cloud-Kms-Inventory-V1-KeyDashboardService-Client)
|
53
53
|
# for a gRPC client for version V1 of the API.
|
54
54
|
# However, you can specify a different API version by passing it in the
|
55
55
|
# `version` parameter. If the KeyDashboardService service is
|
@@ -83,7 +83,7 @@ module Google
|
|
83
83
|
# Create a new client object for KeyTrackingService.
|
84
84
|
#
|
85
85
|
# By default, this returns an instance of
|
86
|
-
# [Google::Cloud::Kms::Inventory::V1::KeyTrackingService::Client](https://
|
86
|
+
# [Google::Cloud::Kms::Inventory::V1::KeyTrackingService::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-kms-inventory-v1/latest/Google-Cloud-Kms-Inventory-V1-KeyTrackingService-Client)
|
87
87
|
# for a gRPC client for version V1 of the API.
|
88
88
|
# However, you can specify a different API version by passing it in the
|
89
89
|
# `version` parameter. If the KeyTrackingService service is
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-kms-inventory
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-07-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-core
|