Package com.google.cloud.documentai.v1
Interface BatchProcessMetadata.IndividualProcessStatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchProcessMetadata.IndividualProcessStatus,BatchProcessMetadata.IndividualProcessStatus.Builder
- Enclosing class:
- BatchProcessMetadata
public static interface BatchProcessMetadata.IndividualProcessStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HumanReviewStatusgetHumanReviewStatus()The status of human review on the processed document.HumanReviewStatusOrBuildergetHumanReviewStatusOrBuilder()The status of human review on the processed document.StringgetInputGcsSource()The source of the document, same as the [input_gcs_source][google.cloud.documentai.v1.BatchProcessMetadata.IndividualProcessStatus.input_gcs_source] field in the request when the batch process started.com.google.protobuf.ByteStringgetInputGcsSourceBytes()The source of the document, same as the [input_gcs_source][google.cloud.documentai.v1.BatchProcessMetadata.IndividualProcessStatus.input_gcs_source] field in the request when the batch process started.StringgetOutputGcsDestination()The Cloud Storage output destination (in the request as [DocumentOutputConfig.GcsOutputConfig.gcs_uri][google.cloud.documentai.v1.DocumentOutputConfig.GcsOutputConfig.gcs_uri]) of the processed document if it was successful, otherwise empty.com.google.protobuf.ByteStringgetOutputGcsDestinationBytes()The Cloud Storage output destination (in the request as [DocumentOutputConfig.GcsOutputConfig.gcs_uri][google.cloud.documentai.v1.DocumentOutputConfig.GcsOutputConfig.gcs_uri]) of the processed document if it was successful, otherwise empty.com.google.rpc.StatusgetStatus()The status processing the document.com.google.rpc.StatusOrBuildergetStatusOrBuilder()The status processing the document.booleanhasHumanReviewStatus()The status of human review on the processed document.booleanhasStatus()The status processing the document.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInputGcsSource
String getInputGcsSource()
The source of the document, same as the [input_gcs_source][google.cloud.documentai.v1.BatchProcessMetadata.IndividualProcessStatus.input_gcs_source] field in the request when the batch process started.
string input_gcs_source = 1;- Returns:
- The inputGcsSource.
-
getInputGcsSourceBytes
com.google.protobuf.ByteString getInputGcsSourceBytes()
The source of the document, same as the [input_gcs_source][google.cloud.documentai.v1.BatchProcessMetadata.IndividualProcessStatus.input_gcs_source] field in the request when the batch process started.
string input_gcs_source = 1;- Returns:
- The bytes for inputGcsSource.
-
hasStatus
boolean hasStatus()
The status processing the document.
.google.rpc.Status status = 2;- Returns:
- Whether the status field is set.
-
getStatus
com.google.rpc.Status getStatus()
The status processing the document.
.google.rpc.Status status = 2;- Returns:
- The status.
-
getStatusOrBuilder
com.google.rpc.StatusOrBuilder getStatusOrBuilder()
The status processing the document.
.google.rpc.Status status = 2;
-
getOutputGcsDestination
String getOutputGcsDestination()
The Cloud Storage output destination (in the request as [DocumentOutputConfig.GcsOutputConfig.gcs_uri][google.cloud.documentai.v1.DocumentOutputConfig.GcsOutputConfig.gcs_uri]) of the processed document if it was successful, otherwise empty.
string output_gcs_destination = 3;- Returns:
- The outputGcsDestination.
-
getOutputGcsDestinationBytes
com.google.protobuf.ByteString getOutputGcsDestinationBytes()
The Cloud Storage output destination (in the request as [DocumentOutputConfig.GcsOutputConfig.gcs_uri][google.cloud.documentai.v1.DocumentOutputConfig.GcsOutputConfig.gcs_uri]) of the processed document if it was successful, otherwise empty.
string output_gcs_destination = 3;- Returns:
- The bytes for outputGcsDestination.
-
hasHumanReviewStatus
boolean hasHumanReviewStatus()
The status of human review on the processed document.
.google.cloud.documentai.v1.HumanReviewStatus human_review_status = 5;- Returns:
- Whether the humanReviewStatus field is set.
-
getHumanReviewStatus
HumanReviewStatus getHumanReviewStatus()
The status of human review on the processed document.
.google.cloud.documentai.v1.HumanReviewStatus human_review_status = 5;- Returns:
- The humanReviewStatus.
-
getHumanReviewStatusOrBuilder
HumanReviewStatusOrBuilder getHumanReviewStatusOrBuilder()
The status of human review on the processed document.
.google.cloud.documentai.v1.HumanReviewStatus human_review_status = 5;
-
-