public interface BatchProcessMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCreateTime()
public abstract Timestamp getCreateTime()The creation time of the operation.
.google.protobuf.Timestamp create_time = 3;
| Type | Description |
| Timestamp | The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()The creation time of the operation.
.google.protobuf.Timestamp create_time = 3;
| Type | Description |
| TimestampOrBuilder |
getIndividualProcessStatuses(int index)
public abstract BatchProcessMetadata.IndividualProcessStatus getIndividualProcessStatuses(int index)The list of response details of each document.
repeated .google.cloud.documentai.v1.BatchProcessMetadata.IndividualProcessStatus individual_process_statuses = 5;
| Name | Description |
| index | int |
| Type | Description |
| BatchProcessMetadata.IndividualProcessStatus |
getIndividualProcessStatusesCount()
public abstract int getIndividualProcessStatusesCount()The list of response details of each document.
repeated .google.cloud.documentai.v1.BatchProcessMetadata.IndividualProcessStatus individual_process_statuses = 5;
| Type | Description |
| int |
getIndividualProcessStatusesList()
public abstract List<BatchProcessMetadata.IndividualProcessStatus> getIndividualProcessStatusesList()The list of response details of each document.
repeated .google.cloud.documentai.v1.BatchProcessMetadata.IndividualProcessStatus individual_process_statuses = 5;
| Type | Description |
| List<IndividualProcessStatus> |
getIndividualProcessStatusesOrBuilder(int index)
public abstract BatchProcessMetadata.IndividualProcessStatusOrBuilder getIndividualProcessStatusesOrBuilder(int index)The list of response details of each document.
repeated .google.cloud.documentai.v1.BatchProcessMetadata.IndividualProcessStatus individual_process_statuses = 5;
| Name | Description |
| index | int |
| Type | Description |
| BatchProcessMetadata.IndividualProcessStatusOrBuilder |
getIndividualProcessStatusesOrBuilderList()
public abstract List<? extends BatchProcessMetadata.IndividualProcessStatusOrBuilder> getIndividualProcessStatusesOrBuilderList()The list of response details of each document.
repeated .google.cloud.documentai.v1.BatchProcessMetadata.IndividualProcessStatus individual_process_statuses = 5;
| Type | Description |
| List<? extends com.google.cloud.documentai.v1.BatchProcessMetadata.IndividualProcessStatusOrBuilder> |
getState()
public abstract BatchProcessMetadata.State getState()The state of the current batch processing.
.google.cloud.documentai.v1.BatchProcessMetadata.State state = 1;
| Type | Description |
| BatchProcessMetadata.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;
| Type | Description |
| 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;
| Type | Description |
| ByteString | The bytes for stateMessage. |
getStateValue()
public abstract int getStateValue()The state of the current batch processing.
.google.cloud.documentai.v1.BatchProcessMetadata.State state = 1;
| Type | Description |
| 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;
| Type | Description |
| Timestamp | The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()The last update time of the operation.
.google.protobuf.Timestamp update_time = 4;
| Type | Description |
| TimestampOrBuilder |
hasCreateTime()
public abstract boolean hasCreateTime()The creation time of the operation.
.google.protobuf.Timestamp create_time = 3;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the updateTime field is set. |