google-cloud-video_intelligence-v1beta2 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: 5eb7db84eb5e320c24700c7fdbd2926473450bbf25099b5de40363073662eec9
|
4
|
+
data.tar.gz: a4ec75d85b56c9633f189b9efefab7965d94c7de37552b814d729aa5b368178d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6659a11fa83dd7a3bf6c8a14f386240c752a79101941a160317f23e306d6b5346e6b4aff57f4872634b9a39938eae992b916f9c7661085ca38bd457f7d249bb4
|
7
|
+
data.tar.gz: db5e4722a83ab8fe053389e815506049933092b07a1449973bd043dfd701479704a3f1ed4abe16ea9444dfed56bd1916aac2eceebf4c981988056dd8220c95e1
|
@@ -367,7 +367,7 @@ module Google
|
|
367
367
|
def rpcs
|
368
368
|
@rpcs ||= begin
|
369
369
|
parent_rpcs = nil
|
370
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
370
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
371
371
|
Rpcs.new parent_rpcs
|
372
372
|
end
|
373
373
|
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-video_intelligence-v1beta2
|
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
|
@@ -200,7 +200,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
200
200
|
- !ruby/object:Gem::Version
|
201
201
|
version: '0'
|
202
202
|
requirements: []
|
203
|
-
rubygems_version: 3.
|
203
|
+
rubygems_version: 3.1.3
|
204
204
|
signing_key:
|
205
205
|
specification_version: 4
|
206
206
|
summary: API Client library for the Cloud Video Intelligence V1beta2 API
|