google-cloud-asset-v1beta1 0.2.1 → 0.2.2

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: 474644dd428dacd5fe094df07331404a8659644663f51234cef89dd8e019a365
4
- data.tar.gz: 63b645e5fdb9a1a945579ac4ff1476732fd513ae1cfee2770ed75c4aff5a2dad
3
+ metadata.gz: 94a9e700c606abde6352c9c993df3a0e68c5afcf0c9e178e4f0de6d0d4c4e249
4
+ data.tar.gz: 1d69fe64330470ec50f9e939a1bbcd5b6ba6d503bb479d6c280bf72758b9dc11
5
5
  SHA512:
6
- metadata.gz: a1f1efdd058b7904cb4830b536a71d4df32dbb210a7b1c88f1206f75e8e8381094aa079a29f51a93544c80d0717e07dac53a6c6ea4ea1a7aae5df813434a826d
7
- data.tar.gz: 25eacab8f0b2d291d5c65c472b0c673cdaa20c68ee8deee46436a66e7c45dfac852dba97319347290282ae38153cd5757a5eef2b1cd133013fd53e9c1e7500cd
6
+ metadata.gz: 65c362061c64c5e1f0c03e55eab2ad7df57d0251fc3b593ec97596d5ab78e60f720bab047d3c98da8a6fd3cf43f4334819b85a946f72e5f482e08bc5bfaa01f4
7
+ data.tar.gz: 8fc02f3d5772dad91deff9cb32ecd07922fd58226a0d22cb187f19e16cd06ef3e21916a63d6c3d123343585563b310d7e10933b562f6f84ea2c4034438fbd94a
@@ -461,7 +461,7 @@ module Google
461
461
  def rpcs
462
462
  @rpcs ||= begin
463
463
  parent_rpcs = nil
464
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
464
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
465
465
  Rpcs.new parent_rpcs
466
466
  end
467
467
  end
@@ -503,7 +503,7 @@ module Google
503
503
  def rpcs
504
504
  @rpcs ||= begin
505
505
  parent_rpcs = nil
506
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
506
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
507
507
  Rpcs.new parent_rpcs
508
508
  end
509
509
  end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Asset
23
23
  module V1beta1
24
- VERSION = "0.2.1"
24
+ VERSION = "0.2.2"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-asset-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
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-26 00:00:00.000000000 Z
11
+ date: 2020-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -225,7 +225,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
225
225
  - !ruby/object:Gem::Version
226
226
  version: '0'
227
227
  requirements: []
228
- rubygems_version: 3.0.6
228
+ rubygems_version: 3.1.3
229
229
  signing_key:
230
230
  specification_version: 4
231
231
  summary: API Client library for the Cloud Asset V1beta1 API