public interface ReviewDocumentOperationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CommonOperationMetadata |
getCommonMetadata()
The basic metadata of the long-running operation.
|
CommonOperationMetadataOrBuilder |
getCommonMetadataOrBuilder()
The basic metadata of the long-running operation.
|
com.google.protobuf.Timestamp |
getCreateTime()
The creation time of the operation.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
The creation time of the operation.
|
String |
getQuestionId()
The Crowd Compute question ID.
|
com.google.protobuf.ByteString |
getQuestionIdBytes()
The Crowd Compute question ID.
|
ReviewDocumentOperationMetadata.State |
getState()
Used only when Operation.done is false.
|
String |
getStateMessage()
A message providing more details about the current state of processing.
|
com.google.protobuf.ByteString |
getStateMessageBytes()
A message providing more details about the current state of processing.
|
int |
getStateValue()
Used only when Operation.done is false.
|
com.google.protobuf.Timestamp |
getUpdateTime()
The last update time of the operation.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
The last update time of the operation.
|
boolean |
hasCommonMetadata()
The basic metadata of the long-running operation.
|
boolean |
hasCreateTime()
The creation time of the operation.
|
boolean |
hasUpdateTime()
The last update time of the operation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getStateValue()
Used only when Operation.done is false.
.google.cloud.documentai.v1beta3.ReviewDocumentOperationMetadata.State state = 1;ReviewDocumentOperationMetadata.State getState()
Used only when Operation.done is false.
.google.cloud.documentai.v1beta3.ReviewDocumentOperationMetadata.State state = 1;String getStateMessage()
A message providing more details about the current state of processing. For example, the error message if the operation is failed.
string state_message = 2;com.google.protobuf.ByteString getStateMessageBytes()
A message providing more details about the current state of processing. For example, the error message if the operation is failed.
string state_message = 2;boolean hasCreateTime()
The creation time of the operation.
.google.protobuf.Timestamp create_time = 3;com.google.protobuf.Timestamp getCreateTime()
The creation time of the operation.
.google.protobuf.Timestamp create_time = 3;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The creation time of the operation.
.google.protobuf.Timestamp create_time = 3;boolean hasUpdateTime()
The last update time of the operation.
.google.protobuf.Timestamp update_time = 4;com.google.protobuf.Timestamp getUpdateTime()
The last update time of the operation.
.google.protobuf.Timestamp update_time = 4;com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
The last update time of the operation.
.google.protobuf.Timestamp update_time = 4;boolean hasCommonMetadata()
The basic metadata of the long-running operation.
.google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 5;CommonOperationMetadata getCommonMetadata()
The basic metadata of the long-running operation.
.google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 5;CommonOperationMetadataOrBuilder getCommonMetadataOrBuilder()
The basic metadata of the long-running operation.
.google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 5;String getQuestionId()
The Crowd Compute question ID.
string question_id = 6;com.google.protobuf.ByteString getQuestionIdBytes()
The Crowd Compute question ID.
string question_id = 6;Copyright © 2024 Google LLC. All rights reserved.