google-cloud-data_labeling-v1beta1 0.1.0 → 0.1.1

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: 179f6c712b585aa5d1e54d850320ee6f70b263f9fae0b8fddd4d373637435906
4
- data.tar.gz: 570d307e0f6ff4d55ecff6c1cbe390fc8c3635ee799da6c60165ca3cd7e7b9c2
3
+ metadata.gz: e24e0e596c031b27a6e7f0ba0f870856cc546b672a80d31e364b9663066f3ee6
4
+ data.tar.gz: e2a37079ef7f2f8dfc11e6c59d9a4c22f245a6eec27189b8dd08832fb4646106
5
5
  SHA512:
6
- metadata.gz: b91fa78fd3682c75337c1faec408f42984dd948b7b35624fce75a2c2d188c16a12f18b1d712648371380a5e9b164acdf9e81c55062509170dba8591007219be3
7
- data.tar.gz: 94761d265194141ad493adb6fbee6f19e65e190d54b68447c2bd254a238bbfa5859f8b0c53c93f0b94a3b0cdcee81c8a1c5193ba5720fc3b8f28fff1e7eaa9d4
6
+ metadata.gz: 495219cb0bf9035244c1a203e82b8157abb12519d81589f9759376d065b8383dde45eacda02ad645215cc038a3d0a7cb86339c8f90b8ae3fc3205ee3c4af11cc
7
+ data.tar.gz: 64ff025216cdecca41a2a8b92d64cd49db24e06f881fc587cfe909e5d98f0a9d7621864e191891523838514b29ed325145c0ea6d899333b5cf228419d9b164a0
@@ -33,3 +33,6 @@ module Google
33
33
  end
34
34
  end
35
35
  end
36
+
37
+ helper_path = ::File.join __dir__, "v1beta1", "_helpers.rb"
38
+ require "google/cloud/data_labeling/v1beta1/_helpers" if ::File.file? helper_path
@@ -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 milliseconds
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 milliseconds
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:
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DataLabeling
23
23
  module V1beta1
24
- VERSION = "0.1.0"
24
+ VERSION = "0.1.1"
25
25
  end
26
26
  end
27
27
  end
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.0
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: 2020-12-04 00:00:00.000000000 Z
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.1.4
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