Interface ReviewDocumentOperationMetadataOrBuilder (2.5.1)

public interface ReviewDocumentOperationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCommonMetadata()

public abstract CommonOperationMetadata getCommonMetadata()

The basic metadata of the long running operation.

.google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 5;

Returns
TypeDescription
CommonOperationMetadata

The commonMetadata.

getCommonMetadataOrBuilder()

public abstract CommonOperationMetadataOrBuilder getCommonMetadataOrBuilder()

The basic metadata of the long running operation.

.google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 5;

Returns
TypeDescription
CommonOperationMetadataOrBuilder

getCreateTime()

public abstract Timestamp getCreateTime()

The creation time of the operation.

.google.protobuf.Timestamp create_time = 3;

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

The creation time of the operation.

.google.protobuf.Timestamp create_time = 3;

Returns
TypeDescription
TimestampOrBuilder

getQuestionId()

public abstract String getQuestionId()

The question ID.

string question_id = 6;

Returns
TypeDescription
String

The questionId.

getQuestionIdBytes()

public abstract ByteString getQuestionIdBytes()

The question ID.

string question_id = 6;

Returns
TypeDescription
ByteString

The bytes for questionId.

getState()

public abstract ReviewDocumentOperationMetadata.State getState()

Used only when Operation.done is false.

.google.cloud.documentai.v1beta3.ReviewDocumentOperationMetadata.State state = 1;

Returns
TypeDescription
ReviewDocumentOperationMetadata.State

The state.

getStateMessage()

public abstract 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;

Returns
TypeDescription
String

The stateMessage.

getStateMessageBytes()

public abstract 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;

Returns
TypeDescription
ByteString

The bytes for stateMessage.

getStateValue()

public abstract int getStateValue()

Used only when Operation.done is false.

.google.cloud.documentai.v1beta3.ReviewDocumentOperationMetadata.State state = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for state.

getUpdateTime()

public abstract Timestamp getUpdateTime()

The last update time of the operation.

.google.protobuf.Timestamp update_time = 4;

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

The last update time of the operation.

.google.protobuf.Timestamp update_time = 4;

Returns
TypeDescription
TimestampOrBuilder

hasCommonMetadata()

public abstract boolean hasCommonMetadata()

The basic metadata of the long running operation.

.google.cloud.documentai.v1beta3.CommonOperationMetadata common_metadata = 5;

Returns
TypeDescription
boolean

Whether the commonMetadata field is set.

hasCreateTime()

public abstract boolean hasCreateTime()

The creation time of the operation.

.google.protobuf.Timestamp create_time = 3;

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasUpdateTime()

public abstract boolean hasUpdateTime()

The last update time of the operation.

.google.protobuf.Timestamp update_time = 4;

Returns
TypeDescription
boolean

Whether the updateTime field is set.