google-cloud-asset-v1beta1 0.2.1 → 0.2.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 94a9e700c606abde6352c9c993df3a0e68c5afcf0c9e178e4f0de6d0d4c4e249
|
4
|
+
data.tar.gz: 1d69fe64330470ec50f9e939a1bbcd5b6ba6d503bb479d6c280bf72758b9dc11
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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?
|
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?
|
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
|
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.
|
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-
|
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.
|
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
|