google-apis-documentai_v1 0.28.0 → 0.29.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: cfefcd0a66b980ef95b0568550121c22c6ad8688af878e7bffc2849ebe2866f3
4
- data.tar.gz: e72fa731e404096be56452caf9ae29148212058f3cf1985d8deea5d4a4811fc6
3
+ metadata.gz: 89acd2b04ff36e88c20c9e7118acf413cb9fdcfa1961c92554475259ea82e85e
4
+ data.tar.gz: 68828fea3a1410497ca27bfa7e7a3d1ce97c1014fac70b043a5b08f330bcc3fd
5
5
  SHA512:
6
- metadata.gz: 9347e2bd683de7aec03582412ea1a67d61784dc72a5edb3d6010d2fe904114fa18964d1f579c8ef1d4c66dc3a3f9bf6a033633c36841467377b1bf74ee63f267
7
- data.tar.gz: 21379bdec6bb6eaf54ad39efe037a19970c97cc4d9b4248c35d49426525a9a9878b846a2dca0ebaf51d2ce07181e999c13d0b4a7a71a01fe4c1f8d5241682eab
6
+ metadata.gz: 2b35037105b1b0eb377257d429e45c26c2911bc1457a9d798af0088976e742fb3ff9b55789b6543be6a9a656632aac5a7f44778476bc74e82c15aa5a6d0d81ae
7
+ data.tar.gz: d9f482ed42671a3da17457ee7e65940b113718f2b3ca4cbd108b20d4079aea148b2a91a371e7440840f35bd2e3f142d1b591b94f7294cec3ace5738960361173
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.29.0 (2022-03-01)
4
+
5
+ * Regenerated from discovery document revision 20220226
6
+
3
7
  ### v0.28.0 (2022-02-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20220222
@@ -3109,7 +3109,8 @@ module Google
3109
3109
  # @return [String]
3110
3110
  attr_accessor :state
3111
3111
 
3112
- # The processor type, e.g., INVOICE_PARSING, W2_PARSING, etc.
3112
+ # The processor type, e.g., OCR_PROCESSOR, INVOICE_PROCESSOR, etc. To get a list
3113
+ # of processors types, see FetchProcessorTypes.
3113
3114
  # Corresponds to the JSON property `type`
3114
3115
  # @return [String]
3115
3116
  attr_accessor :type
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DocumentaiV1
18
18
  # Version of the google-apis-documentai_v1 gem
19
- GEM_VERSION = "0.28.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220222"
25
+ REVISION = "20220226"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-documentai_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.29.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-02-28 00:00:00.000000000 Z
11
+ date: 2022-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.29.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1
63
63
  post_install_message:
64
64
  rdoc_options: []