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: cdcd9d9e102c2a3932ae574aabe824187250a9a9304b881d96e84a0a321ed5e6
4
- data.tar.gz: 3715d2cff29d8b696f51622e736cb3e44fd9ddf7abe48360dfc5d161d24c2241
3
+ metadata.gz: 334c3ff0c8c684f59c549b670032d57c432b272c2ce41517ab98cf77d8f07586
4
+ data.tar.gz: c2cf9a6005cbd74ba7e410b927808f3cb2bd43a8c43fdee4992450ee1124d406
5
5
  SHA512:
6
- metadata.gz: bc65659703ebc5a140dbddc9ba299af87c70a47968643e79b72c22ec16bd146f6bb840ea1fbed3d747591fabd10dfb08e7715bd146bb95898ee90cb34798ada8
7
- data.tar.gz: 16da90e30f086942fdba4f6ac79e9a711b768347a7be890c0939598b6b0098adac34babc562f264bdfafd66371b42b09602a9f5979c26b37a255ca185de5b1fe
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? :rpcs
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? :rpcs
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Kms
23
23
  module V1
24
- VERSION = "0.2.0"
24
+ VERSION = "0.2.1"
25
25
  end
26
26
  end
27
27
  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.0
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-05-20 00:00:00.000000000 Z
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.0.6
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