google-cloud-billing-v1 0.5.1 → 0.5.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: 7bc5b70ab235a67ea94c5019a6f4eb4ab653c6dbe3c2b9b6406fbbe0d6cb8cb1
|
|
4
|
+
data.tar.gz: 6a44e8560ec472f3ebdbabf3c1fc57f1e2e1852661306aa96f4189c8ff5f1990
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 72e9caf54cbd0d302180cfa3993d09af2e92253c5358356eb99d672792f95806b259b59009641eb1ab81997642c3683a66d3be5fa86c13b8f1df50495fe324e7
|
|
7
|
+
data.tar.gz: 651d0eae634c3bab902551ebacffa1e135002bc31a7832481af986566196140e628974baebd3c2d3bbba36e79a313c52706c1ccac209a2c982342f394025cc8d
|
|
@@ -1094,7 +1094,7 @@ module Google
|
|
|
1094
1094
|
def rpcs
|
|
1095
1095
|
@rpcs ||= begin
|
|
1096
1096
|
parent_rpcs = nil
|
|
1097
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
|
1097
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
|
1098
1098
|
Rpcs.new parent_rpcs
|
|
1099
1099
|
end
|
|
1100
1100
|
end
|
|
@@ -420,7 +420,7 @@ module Google
|
|
|
420
420
|
def rpcs
|
|
421
421
|
@rpcs ||= begin
|
|
422
422
|
parent_rpcs = nil
|
|
423
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
|
423
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
|
424
424
|
Rpcs.new parent_rpcs
|
|
425
425
|
end
|
|
426
426
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-billing-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.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
|
|
@@ -227,7 +227,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
227
227
|
- !ruby/object:Gem::Version
|
|
228
228
|
version: '0'
|
|
229
229
|
requirements: []
|
|
230
|
-
rubygems_version: 3.
|
|
230
|
+
rubygems_version: 3.1.3
|
|
231
231
|
signing_key:
|
|
232
232
|
specification_version: 4
|
|
233
233
|
summary: API Client library for the Billing V1 API
|