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 +4 -4
- data/lib/google/cloud/document_ai/v1beta3.rb +3 -0
- data/lib/google/cloud/document_ai/v1beta3/document_processor_service/client.rb +1 -1
- data/lib/google/cloud/document_ai/v1beta3/document_processor_service/operations.rb +1 -1
- data/lib/google/cloud/document_ai/v1beta3/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: 8b0d636038b672947ee63ee5d3a0f340599ec3ded4295c4ed0fdeeb991e38551
|
|
4
|
+
data.tar.gz: b71b6f4f64bddedcdad8c57f26397e33028009b9f47d426dd497562c8d4c7449
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 88702f70a646d96e5b406400f30c4b629d93f0a52318c39e11e2150c84829b028e0b0c5ba4668bf110e72afa05529589633eddf05aa67e646b819f9e531fa418
|
|
7
|
+
data.tar.gz: 377860c48d0f82dedc1f45888c5d8bcab35de26ee24c328209a37cc4d73e4efe8fb0d75f7c3db5fe7a38dd58d74933c35ad1ec7e77ff40ac48ba3200a143f85e
|
|
@@ -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
|
|
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
|
|
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-document_ai-v1beta3
|
|
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
|
|
@@ -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.
|
|
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
|