google-cloud-data_labeling-v1beta1 0.1.0 → 0.1.1
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/data_labeling/v1beta1.rb +3 -0
- data/lib/google/cloud/data_labeling/v1beta1/data_labeling_service/client.rb +1 -1
- data/lib/google/cloud/data_labeling/v1beta1/data_labeling_service/operations.rb +1 -1
- data/lib/google/cloud/data_labeling/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: e24e0e596c031b27a6e7f0ba0f870856cc546b672a80d31e364b9663066f3ee6
|
4
|
+
data.tar.gz: e2a37079ef7f2f8dfc11e6c59d9a4c22f245a6eec27189b8dd08832fb4646106
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 495219cb0bf9035244c1a203e82b8157abb12519d81589f9759376d065b8383dde45eacda02ad645215cc038a3d0a7cb86339c8f90b8ae3fc3205ee3c4af11cc
|
7
|
+
data.tar.gz: 64ff025216cdecca41a2a8b92d64cd49db24e06f881fc587cfe909e5d98f0a9d7621864e191891523838514b29ed325145c0ea6d899333b5cf228419d9b164a0
|
@@ -3029,7 +3029,7 @@ module Google
|
|
3029
3029
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
3030
3030
|
# the following configuration fields:
|
3031
3031
|
#
|
3032
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
3032
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
3033
3033
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
3034
3034
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
3035
3035
|
# 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-data_labeling-v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
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
|
@@ -220,7 +220,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
220
220
|
- !ruby/object:Gem::Version
|
221
221
|
version: '0'
|
222
222
|
requirements: []
|
223
|
-
rubygems_version: 3.
|
223
|
+
rubygems_version: 3.2.6
|
224
224
|
signing_key:
|
225
225
|
specification_version: 4
|
226
226
|
summary: API Client library for the AI Platform Data Labeling Service V1beta1 API
|