google-apis-documentai_v1 0.23.0 → 0.24.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: 358880430803ef26497a94317660017acfd74fc45e1f8be76ff8f80d3c109087
4
- data.tar.gz: 2dba20e265eca1fe053474f2fdc0fd88f65c770e6ac4956c0f0fb822b33e1fba
3
+ metadata.gz: 54149c542d83e60a891c3e49ddfd6c4acd49cd932301318386833d2b87d123c2
4
+ data.tar.gz: c961840647138985e29d4481e0c7fe42b7eba84862f21074c9b6f2c3c1e5578a
5
5
  SHA512:
6
- metadata.gz: fbb1519a16624d805c1cc7406f50b3d7d5e3dea8a519cb7ff54f3470fd8dac2ad24dffb4530ea808bd9e48ab140a1285d13e4765a1c2b5e52ab13efadcc81146
7
- data.tar.gz: dbd2850c50b28459d14384ec4194213ee795d1408cd6178333d4e1e7a30462d9dc5d9785d4dd28aa9adeca995375d7458e5e78ff99f73952dd754e246c217a03
6
+ metadata.gz: 03f86d657b4218931debe891ffd85c674a99fd747aa5c375cff6e508455514c54e8488fc5e602ecec8bc908a16f3c7aa9a696af12952c698505a72cc62d38a5b
7
+ data.tar.gz: 76d71de9094dc0cac088258fd726417e2271ff81c6884447c63a6ec2c448eeabb01ea8e87cafce6943dd38e46c3d055426785e3aaab9bee6cea3277cc8c53713
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-documentai_v1
2
2
 
3
+ ### v0.24.0 (2022-01-20)
4
+
5
+ * Regenerated from discovery document revision 20220114
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.23.0 (2022-01-06)
4
9
 
5
10
  * Regenerated from discovery document revision 20211230
@@ -3173,6 +3173,11 @@ module Google
3173
3173
  # @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata]
3174
3174
  attr_accessor :common_metadata
3175
3175
 
3176
+ # The Crowd Compute question ID.
3177
+ # Corresponds to the JSON property `questionId`
3178
+ # @return [String]
3179
+ attr_accessor :question_id
3180
+
3176
3181
  def initialize(**args)
3177
3182
  update!(**args)
3178
3183
  end
@@ -3180,6 +3185,7 @@ module Google
3180
3185
  # Update properties of this object
3181
3186
  def update!(**args)
3182
3187
  @common_metadata = args[:common_metadata] if args.key?(:common_metadata)
3188
+ @question_id = args[:question_id] if args.key?(:question_id)
3183
3189
  end
3184
3190
  end
3185
3191
 
@@ -7193,6 +7199,11 @@ module Google
7193
7199
  # @return [String]
7194
7200
  attr_accessor :create_time
7195
7201
 
7202
+ # The Crowd Compute question ID.
7203
+ # Corresponds to the JSON property `questionId`
7204
+ # @return [String]
7205
+ attr_accessor :question_id
7206
+
7196
7207
  # Used only when Operation.done is false.
7197
7208
  # Corresponds to the JSON property `state`
7198
7209
  # @return [String]
@@ -7217,6 +7228,7 @@ module Google
7217
7228
  def update!(**args)
7218
7229
  @common_metadata = args[:common_metadata] if args.key?(:common_metadata)
7219
7230
  @create_time = args[:create_time] if args.key?(:create_time)
7231
+ @question_id = args[:question_id] if args.key?(:question_id)
7220
7232
  @state = args[:state] if args.key?(:state)
7221
7233
  @state_message = args[:state_message] if args.key?(:state_message)
7222
7234
  @update_time = args[:update_time] if args.key?(:update_time)
@@ -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.23.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211230"
25
+ REVISION = "20220114"
26
26
  end
27
27
  end
28
28
  end
@@ -2397,6 +2397,7 @@ module Google
2397
2397
  class Representation < Google::Apis::Core::JsonRepresentation
2398
2398
  property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
2399
2399
 
2400
+ property :question_id, as: 'questionId'
2400
2401
  end
2401
2402
  end
2402
2403
 
@@ -3569,6 +3570,7 @@ module Google
3569
3570
  property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3CommonOperationMetadata::Representation
3570
3571
 
3571
3572
  property :create_time, as: 'createTime'
3573
+ property :question_id, as: 'questionId'
3572
3574
  property :state, as: 'state'
3573
3575
  property :state_message, as: 'stateMessage'
3574
3576
  property :update_time, as: 'updateTime'
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.23.0
4
+ version: 0.24.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-10 00:00:00.000000000 Z
11
+ date: 2022-01-24 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.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1/v0.24.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Document AI API V1