public interface BatchProcessMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
The creation time of the operation.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
The creation time of the operation.
|
BatchProcessMetadata.IndividualProcessStatus |
getIndividualProcessStatuses(int index)
The list of response details of each document.
|
int |
getIndividualProcessStatusesCount()
The list of response details of each document.
|
List<BatchProcessMetadata.IndividualProcessStatus> |
getIndividualProcessStatusesList()
The list of response details of each document.
|
BatchProcessMetadata.IndividualProcessStatusOrBuilder |
getIndividualProcessStatusesOrBuilder(int index)
The list of response details of each document.
|
List<? extends BatchProcessMetadata.IndividualProcessStatusOrBuilder> |
getIndividualProcessStatusesOrBuilderList()
The list of response details of each document.
|
BatchProcessMetadata.State |
getState()
The state of the current batch processing.
|
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()
The state of the current batch processing.
|
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 |
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()
The state of the current batch processing.
.google.cloud.documentai.v1beta3.BatchProcessMetadata.State state = 1;BatchProcessMetadata.State getState()
The state of the current batch processing.
.google.cloud.documentai.v1beta3.BatchProcessMetadata.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;List<BatchProcessMetadata.IndividualProcessStatus> getIndividualProcessStatusesList()
The list of response details of each document.
repeated .google.cloud.documentai.v1beta3.BatchProcessMetadata.IndividualProcessStatus individual_process_statuses = 5;
BatchProcessMetadata.IndividualProcessStatus getIndividualProcessStatuses(int index)
The list of response details of each document.
repeated .google.cloud.documentai.v1beta3.BatchProcessMetadata.IndividualProcessStatus individual_process_statuses = 5;
int getIndividualProcessStatusesCount()
The list of response details of each document.
repeated .google.cloud.documentai.v1beta3.BatchProcessMetadata.IndividualProcessStatus individual_process_statuses = 5;
List<? extends BatchProcessMetadata.IndividualProcessStatusOrBuilder> getIndividualProcessStatusesOrBuilderList()
The list of response details of each document.
repeated .google.cloud.documentai.v1beta3.BatchProcessMetadata.IndividualProcessStatus individual_process_statuses = 5;
BatchProcessMetadata.IndividualProcessStatusOrBuilder getIndividualProcessStatusesOrBuilder(int index)
The list of response details of each document.
repeated .google.cloud.documentai.v1beta3.BatchProcessMetadata.IndividualProcessStatus individual_process_statuses = 5;
Copyright © 2024 Google LLC. All rights reserved.