Package com.google.cloud.documentai.v1
Interface BatchProcessMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchProcessMetadata,BatchProcessMetadata.Builder
public interface BatchProcessMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetCreateTime()The creation time of the operation.com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder()The creation time of the operation.BatchProcessMetadata.IndividualProcessStatusgetIndividualProcessStatuses(int index)The list of response details of each document.intgetIndividualProcessStatusesCount()The list of response details of each document.List<BatchProcessMetadata.IndividualProcessStatus>getIndividualProcessStatusesList()The list of response details of each document.BatchProcessMetadata.IndividualProcessStatusOrBuildergetIndividualProcessStatusesOrBuilder(int index)The list of response details of each document.List<? extends BatchProcessMetadata.IndividualProcessStatusOrBuilder>getIndividualProcessStatusesOrBuilderList()The list of response details of each document.BatchProcessMetadata.StategetState()The state of the current batch processing.StringgetStateMessage()A message providing more details about the current state of processing.com.google.protobuf.ByteStringgetStateMessageBytes()A message providing more details about the current state of processing.intgetStateValue()The state of the current batch processing.com.google.protobuf.TimestampgetUpdateTime()The last update time of the operation.com.google.protobuf.TimestampOrBuildergetUpdateTimeOrBuilder()The last update time of the operation.booleanhasCreateTime()The creation time of the operation.booleanhasUpdateTime()The last update time of the operation.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStateValue
int getStateValue()
The state of the current batch processing.
.google.cloud.documentai.v1.BatchProcessMetadata.State state = 1;- Returns:
- The enum numeric value on the wire for state.
-
getState
BatchProcessMetadata.State getState()
The state of the current batch processing.
.google.cloud.documentai.v1.BatchProcessMetadata.State state = 1;- Returns:
- The state.
-
getStateMessage
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:
- The stateMessage.
-
getStateMessageBytes
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;- Returns:
- The bytes for stateMessage.
-
hasCreateTime
boolean hasCreateTime()
The creation time of the operation.
.google.protobuf.Timestamp create_time = 3;- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()
The creation time of the operation.
.google.protobuf.Timestamp create_time = 3;- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The creation time of the operation.
.google.protobuf.Timestamp create_time = 3;
-
hasUpdateTime
boolean hasUpdateTime()
The last update time of the operation.
.google.protobuf.Timestamp update_time = 4;- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
com.google.protobuf.Timestamp getUpdateTime()
The last update time of the operation.
.google.protobuf.Timestamp update_time = 4;- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
The last update time of the operation.
.google.protobuf.Timestamp update_time = 4;
-
getIndividualProcessStatusesList
List<BatchProcessMetadata.IndividualProcessStatus> getIndividualProcessStatusesList()
The list of response details of each document.
repeated .google.cloud.documentai.v1.BatchProcessMetadata.IndividualProcessStatus individual_process_statuses = 5;
-
getIndividualProcessStatuses
BatchProcessMetadata.IndividualProcessStatus getIndividualProcessStatuses(int index)
The list of response details of each document.
repeated .google.cloud.documentai.v1.BatchProcessMetadata.IndividualProcessStatus individual_process_statuses = 5;
-
getIndividualProcessStatusesCount
int getIndividualProcessStatusesCount()
The list of response details of each document.
repeated .google.cloud.documentai.v1.BatchProcessMetadata.IndividualProcessStatus individual_process_statuses = 5;
-
getIndividualProcessStatusesOrBuilderList
List<? extends BatchProcessMetadata.IndividualProcessStatusOrBuilder> getIndividualProcessStatusesOrBuilderList()
The list of response details of each document.
repeated .google.cloud.documentai.v1.BatchProcessMetadata.IndividualProcessStatus individual_process_statuses = 5;
-
getIndividualProcessStatusesOrBuilder
BatchProcessMetadata.IndividualProcessStatusOrBuilder getIndividualProcessStatusesOrBuilder(int index)
The list of response details of each document.
repeated .google.cloud.documentai.v1.BatchProcessMetadata.IndividualProcessStatus individual_process_statuses = 5;
-
-