google-cloud-document_ai-v1 0.16.1 → 0.16.2

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: 4249a61a36fec19cac99096da0a0150ce320569a9a52c7d71031131c16b59986
4
- data.tar.gz: 3031f013963e906407ec7b089c038a8884d2af659f8ef4b24a06a69cd4626ad5
3
+ metadata.gz: c42a4978a1aaefd8d88aa3bb45ab2febf8efb8023ecf3eebdf06bca0e971590c
4
+ data.tar.gz: 758c14b3923abf084cdd9db792beb89e1c8dfc9170041e2dc3bd909fcb657ec5
5
5
  SHA512:
6
- metadata.gz: caf0e0acaf12f507cdae2dfa8522b5f186b541d75754e42bccd6cebf68e24ccd1c6ae31c29de1451594c035701342d5326b8d527bd542a007443153c86a24fdc
7
- data.tar.gz: f090726652d9361c75c6d0f0b4445841d7486be4af36c2b913d4f2c1ce84feff9837d68f3731fdb5a6c72897af1ceabf61ddf61f73ed472c829c8909e5aef3e8
6
+ metadata.gz: b16ad6bffa2d093239820cbab34c1ed353ed464c4b1cf04e59ab25856bb177c394708ed32e103e2ac6c94f55c7e82a6bbe6765a0438f095bab662297d414060c
7
+ data.tar.gz: e07049a72188bf7cb9ceb18195535044c530fa330e4fbfddaa479b30b4247f868e747d605561ce5aaeadad837039d582a8db7a3798a39b33cef51c2565ffe742
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DocumentAI
23
23
  module V1
24
- VERSION = "0.16.1"
24
+ VERSION = "0.16.2"
25
25
  end
26
26
  end
27
27
  end
@@ -304,6 +304,19 @@ module Google
304
304
  # seconds: 360 # 6 minutes
305
305
  # total_poll_timeout:
306
306
  # seconds: 54000 # 90 minutes
307
+ # @!attribute [rw] auto_populated_fields
308
+ # @return [::Array<::String>]
309
+ # List of top-level fields of the request message, that should be
310
+ # automatically populated by the client libraries based on their
311
+ # (google.api.field_info).format. Currently supported format: UUID4.
312
+ #
313
+ # Example of a YAML configuration:
314
+ #
315
+ # publishing:
316
+ # method_settings:
317
+ # - selector: google.example.v1.ExampleService.CreateExample
318
+ # auto_populated_fields:
319
+ # - request_id
307
320
  class MethodSettings
308
321
  include ::Google::Protobuf::MessageExts
309
322
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -104,14 +104,14 @@ module Google
104
104
  extend ::Google::Protobuf::MessageExts::ClassMethods
105
105
 
106
106
  # Types of occurrences of the entity type in the document. This
107
- # represents the number of instances of instances of an entity, not
108
- # number of mentions of an entity. For example, a bank statement may
109
- # only have one `account_number`, but this account number may be
110
- # mentioned in several places on the document. In this case the
111
- # 'account_number' would be considered a `REQUIRED_ONCE` entity type. If,
112
- # on the other hand, we expect a bank statement to contain the status of
113
- # multiple different accounts for the customers, the occurrence type will
114
- # be set to `REQUIRED_MULTIPLE`.
107
+ # represents the number of instances of an entity, not number of mentions
108
+ # of an entity. For example, a bank statement may only have one
109
+ # `account_number`, but this account number may be mentioned in several
110
+ # places on the document. In this case the 'account_number' would be
111
+ # considered a `REQUIRED_ONCE` entity type. If, on the other hand, we
112
+ # expect a bank statement to contain the status of multiple different
113
+ # accounts for the customers, the occurrence type will be set to
114
+ # `REQUIRED_MULTIPLE`.
115
115
  module OccurrenceType
116
116
  # Unspecified occurrence type.
117
117
  OCCURRENCE_TYPE_UNSPECIFIED = 0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-document_ai-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.1
4
+ version: 0.16.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-06 00:00:00.000000000 Z
11
+ date: 2023-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common