google-cloud-kms-v1 0.2.0 → 0.2.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 334c3ff0c8c684f59c549b670032d57c432b272c2ce41517ab98cf77d8f07586
|
|
4
|
+
data.tar.gz: c2cf9a6005cbd74ba7e410b927808f3cb2bd43a8c43fdee4992450ee1124d406
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f3f93c759613ea8878352067533741ab1451a5117362b8d07e2dbcf47069d30e7f280c6457749fa239087f2cfc82bb8b63e4dd77f634bb469333046e8c21618d
|
|
7
|
+
data.tar.gz: 3e244ed32592d623f79de9b70a901c9e479afc44a11640703e629bab6557fa2785d48dac1338e5cd81d25fa384c5bf6dd8535d481146584bf010d4ed35c509ce
|
|
@@ -502,7 +502,7 @@ module Google
|
|
|
502
502
|
def rpcs
|
|
503
503
|
@rpcs ||= begin
|
|
504
504
|
parent_rpcs = nil
|
|
505
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
|
505
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
|
506
506
|
Rpcs.new parent_rpcs
|
|
507
507
|
end
|
|
508
508
|
end
|
|
@@ -2198,7 +2198,7 @@ module Google
|
|
|
2198
2198
|
def rpcs
|
|
2199
2199
|
@rpcs ||= begin
|
|
2200
2200
|
parent_rpcs = nil
|
|
2201
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
|
2201
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
|
2202
2202
|
Rpcs.new parent_rpcs
|
|
2203
2203
|
end
|
|
2204
2204
|
end
|
|
@@ -96,7 +96,7 @@ module Google
|
|
|
96
96
|
# @!attribute [rw] labels
|
|
97
97
|
# @return [::Google::Protobuf::Map{::String => ::String}]
|
|
98
98
|
# Labels with user-defined metadata. For more information, see
|
|
99
|
-
# [Labeling Keys](/kms/docs/labeling-keys).
|
|
99
|
+
# [Labeling Keys](https://cloud.google.com/kms/docs/labeling-keys).
|
|
100
100
|
class CryptoKey
|
|
101
101
|
include ::Google::Protobuf::MessageExts
|
|
102
102
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-kms-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-06-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -226,7 +226,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
226
226
|
- !ruby/object:Gem::Version
|
|
227
227
|
version: '0'
|
|
228
228
|
requirements: []
|
|
229
|
-
rubygems_version: 3.
|
|
229
|
+
rubygems_version: 3.1.3
|
|
230
230
|
signing_key:
|
|
231
231
|
specification_version: 4
|
|
232
232
|
summary: API Client library for the Cloud Key Management Service (KMS) V1 API
|