google-cloud-automl-v1 0.2.7 → 0.2.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/automl/v1/automl/client.rb +1 -1
- data/lib/google/cloud/automl/v1/automl/operations.rb +1 -1
- data/lib/google/cloud/automl/v1/prediction_service/client.rb +1 -1
- data/lib/google/cloud/automl/v1/prediction_service/operations.rb +1 -1
- data/lib/google/cloud/automl/v1/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: e96f99a2ca103592e15623ff02f48b03eb1eef98b50066212a14113e82d853e3
|
4
|
+
data.tar.gz: 0f067699e452c213cf70bb0a3ff6fb6c7ffcec2f90ca57e9575f5385ef905abe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1e760607b9e98ee7d82518552fd5d0fe656e04154cb62d0a9080316acbee40a57c2ccba43bd26f2ecf3e29be80278c85913d0dc176c1f62f91374f5cdd1ed4e5
|
7
|
+
data.tar.gz: 7a9c964a8d89ec357e75ed291dcb7391be8b9156cf4292b31ae77454df11811d338d1711cb47fed41365b4a7779b3decf281315ae776054241a714a798df5416
|
@@ -1703,7 +1703,7 @@ module Google
|
|
1703
1703
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
1704
1704
|
# the following configuration fields:
|
1705
1705
|
#
|
1706
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
1706
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
1707
1707
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
1708
1708
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
1709
1709
|
# include the following keys:
|
@@ -515,7 +515,7 @@ module Google
|
|
515
515
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
516
516
|
# the following configuration fields:
|
517
517
|
#
|
518
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
518
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
519
519
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
520
520
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
521
521
|
# include the following keys:
|
@@ -594,7 +594,7 @@ module Google
|
|
594
594
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
595
595
|
# the following configuration fields:
|
596
596
|
#
|
597
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
597
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
598
598
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
599
599
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
600
600
|
# include the following keys:
|
@@ -515,7 +515,7 @@ module Google
|
|
515
515
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
516
516
|
# the following configuration fields:
|
517
517
|
#
|
518
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
518
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
519
519
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
520
520
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
521
521
|
# include the following keys:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-automl-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-01-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -248,7 +248,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
248
248
|
- !ruby/object:Gem::Version
|
249
249
|
version: '0'
|
250
250
|
requirements: []
|
251
|
-
rubygems_version: 3.
|
251
|
+
rubygems_version: 3.2.6
|
252
252
|
signing_key:
|
253
253
|
specification_version: 4
|
254
254
|
summary: API Client library for the Cloud AutoML V1 API
|