google-cloud-service_directory-v1beta1 0.4.1 → 0.4.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 48b00ffe4f6237af3ecab0185cdcb7024b70682dd0079c28c595f3724d1c53ba
|
4
|
+
data.tar.gz: 80436acbbd7b358183597782b478d7d739f6209d604754dbe07831f8c295b2f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e9c47423f0ffd1e3b70ce5726b19df0f9ceac923ac5d6ee0ecad023720d7cfe3701a9e861e134a3fcfe5bff02918de479f10e0820af5529f04a70a7c18d06c7e
|
7
|
+
data.tar.gz: '08bf08b335ae6946c88f0ce56fce59cd26fb8254c57855ca4857964c19b731130add201b9fb14dd13c7ceeb9c7af74591a4630e6b1a6ec9dd7c736f004db3465'
|
@@ -356,7 +356,7 @@ module Google
|
|
356
356
|
def rpcs
|
357
357
|
@rpcs ||= begin
|
358
358
|
parent_rpcs = nil
|
359
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
359
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
360
360
|
Rpcs.new parent_rpcs
|
361
361
|
end
|
362
362
|
end
|
@@ -1630,7 +1630,7 @@ module Google
|
|
1630
1630
|
def rpcs
|
1631
1631
|
@rpcs ||= begin
|
1632
1632
|
parent_rpcs = nil
|
1633
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
1633
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
1634
1634
|
Rpcs.new parent_rpcs
|
1635
1635
|
end
|
1636
1636
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-service_directory-v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.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
|
@@ -232,7 +232,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
232
232
|
- !ruby/object:Gem::Version
|
233
233
|
version: '0'
|
234
234
|
requirements: []
|
235
|
-
rubygems_version: 3.
|
235
|
+
rubygems_version: 3.1.3
|
236
236
|
signing_key:
|
237
237
|
specification_version: 4
|
238
238
|
summary: API Client library for the Service Directory V1beta1 API
|