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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 50666ae9aa16fda70a4b57fdde1ab027b9f0ae2ce90a34f6c0b47484faf4d73a
4
- data.tar.gz: 8117db77abffc5ccdebe98ec8873f51d36ee2eadb14d0f642936ad18a87a9309
3
+ metadata.gz: 2952b86a178f9660e7486aff19f2e92b1f0abf6090f800384e36e332d4bb4d4f
4
+ data.tar.gz: b30988813c26cba88462b63b9cc51b250a7237d8d95427ea52f688f8454a3c17
5
5
  SHA512:
6
- metadata.gz: 99d411317a9c9d23bf9501d1c728b8f6576818e868b2e62179b6ccba5ea6312c4114ed8d957e93f73fa7e9b8fd5b99ca3e52e1ea0480ec8e3b372907e105e2a1
7
- data.tar.gz: a886268b094c5fbb29d18a483d8a07fb7f813891178e085486b8e3aceb2758f0230caf71c969726b05d74b9a1fcef0f94bbd8e13ee61ba26662ef0c77f9cca5f
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://googleapis.dev/ruby/google-cloud-kms-inventory-v1/latest).
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.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Kms
23
23
  module Inventory
24
- VERSION = "0.1.0"
24
+ VERSION = "1.0.0"
25
25
  end
26
26
  end
27
27
  end
@@ -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://googleapis.dev/ruby/google-cloud-kms-inventory-v1/latest/Google/Cloud/Kms/Inventory/V1/KeyDashboardService/Client.html)
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://googleapis.dev/ruby/google-cloud-kms-inventory-v1/latest/Google/Cloud/Kms/Inventory/V1/KeyTrackingService/Client.html)
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: 0.1.0
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-03-09 00:00:00.000000000 Z
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