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 Deprecated Methods Modifier and Type Method Description String
getHumanReviewOperation()
Deprecated.google.cloud.documentai.v1beta3.BatchProcessMetadata.IndividualProcessStatus.human_review_operation is deprecated.com.google.protobuf.ByteString
getHumanReviewOperationBytes()
Deprecated.google.cloud.documentai.v1beta3.BatchProcessMetadata.IndividualProcessStatus.human_review_operation is deprecated.HumanReviewStatus
getHumanReviewStatus()
The status of human review on the processed document.HumanReviewStatusOrBuilder
getHumanReviewStatusOrBuilder()
The status of human review on the processed document.String
getInputGcsSource()
The source of the document, same as the [input_gcs_source][google.cloud.documentai.v1beta3.BatchProcessMetadata.IndividualProcessStatus.input_gcs_source] field in the request when the batch process started.com.google.protobuf.ByteString
getInputGcsSourceBytes()
The source of the document, same as the [input_gcs_source][google.cloud.documentai.v1beta3.BatchProcessMetadata.IndividualProcessStatus.input_gcs_source] field in the request when the batch process started.String
getOutputGcsDestination()
The Cloud Storage output destination (in the request as [DocumentOutputConfig.GcsOutputConfig.gcs_uri][google.cloud.documentai.v1beta3.DocumentOutputConfig.GcsOutputConfig.gcs_uri]) of the processed document if it was successful, otherwise empty.com.google.protobuf.ByteString
getOutputGcsDestinationBytes()
The Cloud Storage output destination (in the request as [DocumentOutputConfig.GcsOutputConfig.gcs_uri][google.cloud.documentai.v1beta3.DocumentOutputConfig.GcsOutputConfig.gcs_uri]) of the processed document if it was successful, otherwise empty.com.google.rpc.Status
getStatus()
The status processing the document.com.google.rpc.StatusOrBuilder
getStatusOrBuilder()
The status processing the document.boolean
hasHumanReviewStatus()
The status of human review on the processed document.boolean
hasStatus()
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.v1beta3.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.v1beta3.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.v1beta3.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.v1beta3.DocumentOutputConfig.GcsOutputConfig.gcs_uri]) of the processed document if it was successful, otherwise empty.
string output_gcs_destination = 3;
- Returns:
- The bytes for outputGcsDestination.
-
getHumanReviewOperation
@Deprecated String getHumanReviewOperation()
Deprecated.google.cloud.documentai.v1beta3.BatchProcessMetadata.IndividualProcessStatus.human_review_operation is deprecated. See google/cloud/documentai/v1beta3/document_processor_service.proto;l=550The name of the operation triggered by the processed document. If the human review process isn't triggered, this field will be empty. It has the same response type and metadata as the long-running operation returned by the [ReviewDocument][google.cloud.documentai.v1beta3.DocumentProcessorService.ReviewDocument] method.
string human_review_operation = 4 [deprecated = true];
- Returns:
- The humanReviewOperation.
-
getHumanReviewOperationBytes
@Deprecated com.google.protobuf.ByteString getHumanReviewOperationBytes()
Deprecated.google.cloud.documentai.v1beta3.BatchProcessMetadata.IndividualProcessStatus.human_review_operation is deprecated. See google/cloud/documentai/v1beta3/document_processor_service.proto;l=550The name of the operation triggered by the processed document. If the human review process isn't triggered, this field will be empty. It has the same response type and metadata as the long-running operation returned by the [ReviewDocument][google.cloud.documentai.v1beta3.DocumentProcessorService.ReviewDocument] method.
string human_review_operation = 4 [deprecated = true];
- Returns:
- The bytes for humanReviewOperation.
-
hasHumanReviewStatus
boolean hasHumanReviewStatus()
The status of human review on the processed document.
.google.cloud.documentai.v1beta3.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.v1beta3.HumanReviewStatus human_review_status = 5;
- Returns:
- The humanReviewStatus.
-
getHumanReviewStatusOrBuilder
HumanReviewStatusOrBuilder getHumanReviewStatusOrBuilder()
The status of human review on the processed document.
.google.cloud.documentai.v1beta3.HumanReviewStatus human_review_status = 5;
-
-