google-cloud-document_ai-v1beta3 0.9.4 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8ff4ecafa903c40b74775df179b34d229373100176284f4fa7bddd9cb8e8fd07
4
- data.tar.gz: 1d6fd9330410f9ddb7bf4a9051940d5bdd7b60c7b1af2df422809377b11b57e8
3
+ metadata.gz: 9a8b5d13342041bd0460232e6eb8289dd242e64926b3363655fa5127cbae2575
4
+ data.tar.gz: 19748ac67ebe76e711f76a0ea63908a76f286c60fe10b767cb777120cdda906b
5
5
  SHA512:
6
- metadata.gz: 3b0f38b934de61ed69e40be3eb051245b0bfa1b1dd6340123a8f1b569e43cee0c70aacf8679b298e5a6ad6d620306e9304e6fc59cdd8a01ecf4e6530ac6ffd76
7
- data.tar.gz: 85574e8bfd89c9faa303d90eadf6ba1257e82cd72764a304f88234a17215b44e13c43f082232283afee3e34cd0dafcd1cd2d2c932235e8bb758d96f2f32fa971
6
+ metadata.gz: fa4fc0d69f1457f93a013c2cac9dd7fb51f6ae710da9a03836016388d857f96d45259f28e33aef0a442bafb4aaba0336086584c0c1352bdba38cb008b7cb48c5
7
+ data.tar.gz: 324c2a23e1b5e3bbc49a0b6abdb7ebeea4ce5e6b544815cefe1749795c770db7a342f53ab1be3e53beed29e85bf68ee84e6336d8425ec799b1ddfb64d60900e1
data/README.md CHANGED
@@ -37,7 +37,7 @@ request = ::Google::Cloud::DocumentAI::V1beta3::ProcessRequest.new # (request fi
37
37
  response = client.process_document request
38
38
  ```
39
39
 
40
- View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-document_ai-v1beta3/latest)
40
+ View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-document_ai-v1beta3/latest)
41
41
  for class and method documentation.
42
42
 
43
43
  See also the [Product Documentation](https://cloud.google.com/document-ai/)
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DocumentAI
23
23
  module V1beta3
24
- VERSION = "0.9.4"
24
+ VERSION = "0.10.0"
25
25
  end
26
26
  end
27
27
  end
@@ -147,6 +147,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
147
147
  optional :create_time, :message, 3, "google.protobuf.Timestamp"
148
148
  optional :update_time, :message, 4, "google.protobuf.Timestamp"
149
149
  optional :common_metadata, :message, 5, "google.cloud.documentai.v1beta3.CommonOperationMetadata"
150
+ optional :question_id, :string, 6
150
151
  end
151
152
  add_enum "google.cloud.documentai.v1beta3.ReviewDocumentOperationMetadata.State" do
152
153
  value :STATE_UNSPECIFIED, 0
@@ -420,6 +420,9 @@ module Google
420
420
  # @!attribute [rw] common_metadata
421
421
  # @return [::Google::Cloud::DocumentAI::V1beta3::CommonOperationMetadata]
422
422
  # The basic metadata of the long running operation.
423
+ # @!attribute [rw] question_id
424
+ # @return [::String]
425
+ # The question ID.
423
426
  class ReviewDocumentOperationMetadata
424
427
  include ::Google::Protobuf::MessageExts
425
428
  extend ::Google::Protobuf::MessageExts::ClassMethods
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.9.4
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-11 00:00:00.000000000 Z
11
+ date: 2022-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -228,7 +228,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
228
228
  - !ruby/object:Gem::Version
229
229
  version: '0'
230
230
  requirements: []
231
- rubygems_version: 3.3.4
231
+ rubygems_version: 3.3.5
232
232
  signing_key:
233
233
  specification_version: 4
234
234
  summary: API Client library for the Document AI V1beta3 API