google-cloud-automl-v1beta1 0.2.2 → 0.2.3
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 +4 -4
- data/lib/google/cloud/automl/v1beta1/automl/client.rb +1 -1
- data/lib/google/cloud/automl/v1beta1/automl/operations.rb +1 -1
- data/lib/google/cloud/automl/v1beta1/prediction_service/client.rb +1 -1
- data/lib/google/cloud/automl/v1beta1/prediction_service/operations.rb +1 -1
- data/lib/google/cloud/automl/v1beta1/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 69ceb62bd77003d2423387e93b02915f5ea1e97a923766ab17344165b6abdddf
|
|
4
|
+
data.tar.gz: 9bb4e78a29005bd132544abc35f1a4daef9de732ce6bf46f9448417b77edc11b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5945ef44f02fd8a150a02470e057b52e5a0114ed48ea2dfbd6aff12ccd8629532ccb9b92031d31ffb80b5911f0648fd97272955a4a4e570a7707237579d73628
|
|
7
|
+
data.tar.gz: 0fa96ac6deafe06a708dcbb6ccdab0026c8b499e7df1688834db918dc33b68711a3db8331f3943586e733acfb0bacfc049152bdb293cfcb51bc8637c9c6c27ac
|
|
@@ -2166,7 +2166,7 @@ module Google
|
|
|
2166
2166
|
def rpcs
|
|
2167
2167
|
@rpcs ||= begin
|
|
2168
2168
|
parent_rpcs = nil
|
|
2169
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
|
2169
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
|
2170
2170
|
Rpcs.new parent_rpcs
|
|
2171
2171
|
end
|
|
2172
2172
|
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
|
|
@@ -538,7 +538,7 @@ module Google
|
|
|
538
538
|
def rpcs
|
|
539
539
|
@rpcs ||= begin
|
|
540
540
|
parent_rpcs = nil
|
|
541
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
|
541
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
|
542
542
|
Rpcs.new parent_rpcs
|
|
543
543
|
end
|
|
544
544
|
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-automl-v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.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-
|
|
11
|
+
date: 2020-06-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -265,7 +265,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
265
265
|
- !ruby/object:Gem::Version
|
|
266
266
|
version: '0'
|
|
267
267
|
requirements: []
|
|
268
|
-
rubygems_version: 3.
|
|
268
|
+
rubygems_version: 3.1.3
|
|
269
269
|
signing_key:
|
|
270
270
|
specification_version: 4
|
|
271
271
|
summary: API Client library for the Cloud AutoML V1beta1 API
|