google-cloud-asset-v1 0.4.2 → 0.4.3

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: d2dae0a0f584cc4a8e5b3796112c2b5e3c185d30cad1c5ec242fc6109a387bb5
4
- data.tar.gz: 12a332498c801aa4dcb030a449d78ea6d62fc106e96ddc60aab622b9a990b736
3
+ metadata.gz: f46ad7edc434252f8c8dee87bfba260b8aa24346e300cf6ab7d442e81c89c3e1
4
+ data.tar.gz: 56d5a1b6d03b3b5a8ec8448266abd000d76dc0e06245b6590a7f2739e32852f7
5
5
  SHA512:
6
- metadata.gz: 1e5a027c31ffc3fc2bdcecec5c7e2e0b9c5e9e17ade508e5156101a1a8836e62af572ae7ff87158c17716aa9f8df583c63c8284be096066fb04d4654299c4d72
7
- data.tar.gz: e010d1a622102885d23307c8007b8ed8ff7a95a6bbdee291a744295ed88a5b08d42d47f8a327d397283be4b6bdeea77bc8f5a95bfd0b3ceb3a6ab082839b21e4
6
+ metadata.gz: f12603eeb775698889082767fec48569b8a072e9029a42f9f4399e50148d9e322fb608fa2a13c8236980aae9249b63c011f7146aa7fa856a2a249a00bd435cf0
7
+ data.tar.gz: 433f992728d70ada4cce95693659300799287c9482be3d481ab9e9ea02fc8c712b0e4acc4a1be603272ae1a9c9634d5a1134204591e3644fb0249faf7e949b55
@@ -1084,7 +1084,7 @@ module Google
1084
1084
  def rpcs
1085
1085
  @rpcs ||= begin
1086
1086
  parent_rpcs = nil
1087
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
1087
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
1088
1088
  Rpcs.new parent_rpcs
1089
1089
  end
1090
1090
  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 V1
24
- VERSION = "0.4.2"
24
+ VERSION = "0.4.3"
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-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
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-27 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
@@ -236,7 +236,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
236
236
  - !ruby/object:Gem::Version
237
237
  version: '0'
238
238
  requirements: []
239
- rubygems_version: 3.0.6
239
+ rubygems_version: 3.1.3
240
240
  signing_key:
241
241
  specification_version: 4
242
242
  summary: API Client library for the Cloud Asset V1 API