google-apis-documentai_v1beta3 0.30.0 → 0.31.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: 54881d713ec3072ff77587cb0ad006bedf24609dcd3426ab80f20927af272e99
4
- data.tar.gz: b72e127a17eef359c96e69b8b6b8490b1050e40abf79f23bb9715d4dd0f83eb3
3
+ metadata.gz: 4ee41e8acfe80eacd1cafd5425c4eb79a41448f30c1f892f45c6ed03ea4258c2
4
+ data.tar.gz: 6a4f35190c4495a4dcdc963e83d4899ad668efc1ced592f5c5e6d6e88bddde8e
5
5
  SHA512:
6
- metadata.gz: 4eeb81c79c8ec2f94dce1c20f85235a8af04b0e5b2c5db5cd07c5a3e53a519db31bde7748bd09cb873ccb6ec82c80a58b8c421225c40294d55d07961f135acc2
7
- data.tar.gz: b335e5b8c50cd9872b28628bada6ebf32c740f3d3c0dd328f3676387a5d1ccebcd616d4f641427a3984ed76be0d78d517a73d9b262e391717877d24d49f946c4
6
+ metadata.gz: 8f260df20b0af5840ab0ef2dc0748163e9011672910c9d8327bf4893f9d89bdacd0f1f90f2bef99d0f8ce1bcf950964434bdcfb9c9c0c00057e53125c8ec010a
7
+ data.tar.gz: 817e7362a344c7e3350364676f02750c56d1c6d3fce175257101b954f7549be1086f01f8ff18ddb2178e3c403d3c35bb042b8ce24f78323a4bc9d5802bad45f8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-documentai_v1beta3
2
2
 
3
+ ### v0.31.0 (2022-01-20)
4
+
5
+ * Regenerated from discovery document revision 20220114
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.30.0 (2022-01-06)
4
9
 
5
10
  * Regenerated from discovery document revision 20211230
@@ -1120,6 +1120,11 @@ module Google
1120
1120
  # @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1CommonOperationMetadata]
1121
1121
  attr_accessor :common_metadata
1122
1122
 
1123
+ # The Crowd Compute question ID.
1124
+ # Corresponds to the JSON property `questionId`
1125
+ # @return [String]
1126
+ attr_accessor :question_id
1127
+
1123
1128
  def initialize(**args)
1124
1129
  update!(**args)
1125
1130
  end
@@ -1127,6 +1132,7 @@ module Google
1127
1132
  # Update properties of this object
1128
1133
  def update!(**args)
1129
1134
  @common_metadata = args[:common_metadata] if args.key?(:common_metadata)
1135
+ @question_id = args[:question_id] if args.key?(:question_id)
1130
1136
  end
1131
1137
  end
1132
1138
 
@@ -7176,6 +7182,11 @@ module Google
7176
7182
  # @return [String]
7177
7183
  attr_accessor :create_time
7178
7184
 
7185
+ # The Crowd Compute question ID.
7186
+ # Corresponds to the JSON property `questionId`
7187
+ # @return [String]
7188
+ attr_accessor :question_id
7189
+
7179
7190
  # Used only when Operation.done is false.
7180
7191
  # Corresponds to the JSON property `state`
7181
7192
  # @return [String]
@@ -7200,6 +7211,7 @@ module Google
7200
7211
  def update!(**args)
7201
7212
  @common_metadata = args[:common_metadata] if args.key?(:common_metadata)
7202
7213
  @create_time = args[:create_time] if args.key?(:create_time)
7214
+ @question_id = args[:question_id] if args.key?(:question_id)
7203
7215
  @state = args[:state] if args.key?(:state)
7204
7216
  @state_message = args[:state_message] if args.key?(:state_message)
7205
7217
  @update_time = args[:update_time] if args.key?(:update_time)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DocumentaiV1beta3
18
18
  # Version of the google-apis-documentai_v1beta3 gem
19
- GEM_VERSION = "0.30.0"
19
+ GEM_VERSION = "0.31.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
@@ -1813,6 +1813,7 @@ module Google
1813
1813
  class Representation < Google::Apis::Core::JsonRepresentation
1814
1814
  property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1CommonOperationMetadata::Representation
1815
1815
 
1816
+ property :question_id, as: 'questionId'
1816
1817
  end
1817
1818
  end
1818
1819
 
@@ -3572,6 +3573,7 @@ module Google
3572
3573
  property :common_metadata, as: 'commonMetadata', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3CommonOperationMetadata, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3CommonOperationMetadata::Representation
3573
3574
 
3574
3575
  property :create_time, as: 'createTime'
3576
+ property :question_id, as: 'questionId'
3575
3577
  property :state, as: 'state'
3576
3578
  property :state_message, as: 'stateMessage'
3577
3579
  property :update_time, as: 'updateTime'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-documentai_v1beta3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.0
4
+ version: 0.31.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_v1beta3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-documentai_v1beta3/v0.31.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-documentai_v1beta3
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 V1beta3