google-cloud-document_ai-v1beta3 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: 4ae4331b13ad075b9f7ba67daa0ae9aaa7dac16289cdf87f5c3ba4853051a4a5
4
- data.tar.gz: 053bf6d7a0f7a743369c6ecd47d88c717c53cc28ad0918ad04d99c7ae4961289
3
+ metadata.gz: 8b0d636038b672947ee63ee5d3a0f340599ec3ded4295c4ed0fdeeb991e38551
4
+ data.tar.gz: b71b6f4f64bddedcdad8c57f26397e33028009b9f47d426dd497562c8d4c7449
5
5
  SHA512:
6
- metadata.gz: 9d19c529406453c56e84b1bb02ac45a734474667347c1c212a82f5f4e64ed9c3d43b8c19557ff2679df70c1ae9c057499ec12b706b92a2ba3446e5b23a901fc3
7
- data.tar.gz: 6c9c4b73e34146fb25f1ea20afd88a4959ff89c10a569a904b20f0a57434d8d1d7a472e6dfe863145be5f842606796579cf18dcfbda445a363fb64049edd0923
6
+ metadata.gz: 88702f70a646d96e5b406400f30c4b629d93f0a52318c39e11e2150c84829b028e0b0c5ba4668bf110e72afa05529589633eddf05aa67e646b819f9e531fa418
7
+ data.tar.gz: 377860c48d0f82dedc1f45888c5d8bcab35de26ee24c328209a37cc4d73e4efe8fb0d75f7c3db5fe7a38dd58d74933c35ad1ec7e77ff40ac48ba3200a143f85e
@@ -33,3 +33,6 @@ module Google
33
33
  end
34
34
  end
35
35
  end
36
+
37
+ helper_path = ::File.join __dir__, "v1beta3", "_helpers.rb"
38
+ require "google/cloud/document_ai/v1beta3/_helpers" if ::File.file? helper_path
@@ -522,7 +522,7 @@ module Google
522
522
  # Each configuration object is of type `Gapic::Config::Method` and includes
523
523
  # the following configuration fields:
524
524
  #
525
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
525
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
526
526
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
527
527
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
528
528
  # 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 DocumentAI
23
23
  module V1beta3
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-document_ai-v1beta3
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-07 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
@@ -212,7 +212,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
212
212
  - !ruby/object:Gem::Version
213
213
  version: '0'
214
214
  requirements: []
215
- rubygems_version: 3.1.4
215
+ rubygems_version: 3.2.6
216
216
  signing_key:
217
217
  specification_version: 4
218
218
  summary: API Client library for the Document AI V1beta3 API