public static interface BatchProcessMetadata.IndividualProcessStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getHumanReviewOperation()
The name of the operation triggered by the processed document.
|
com.google.protobuf.ByteString |
getHumanReviewOperationBytes()
The name of the operation triggered by the processed document.
|
String |
getInputGcsSource()
The source of the document, same as the [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] field in the
request when the batch process started.
|
String |
getOutputGcsDestination()
The output_gcs_destination (in the request as 'output_gcs_destination')
of the processed document if it was successful, otherwise empty.
|
com.google.protobuf.ByteString |
getOutputGcsDestinationBytes()
The output_gcs_destination (in the request as 'output_gcs_destination')
of the processed document if it was successful, otherwise empty.
|
com.google.rpc.Status |
getStatus()
The status of the processing of the document.
|
com.google.rpc.StatusOrBuilder |
getStatusOrBuilder()
The status of the processing of the document.
|
boolean |
hasStatus()
The status of the processing of the document.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getInputGcsSource()
The source of the document, same as the [input_gcs_source] field in the request when the batch process started. The batch process is started by take snapshot of that document, since a user can move or change that document during the process.
string input_gcs_source = 1;com.google.protobuf.ByteString getInputGcsSourceBytes()
The source of the document, same as the [input_gcs_source] field in the request when the batch process started. The batch process is started by take snapshot of that document, since a user can move or change that document during the process.
string input_gcs_source = 1;boolean hasStatus()
The status of the processing of the document.
.google.rpc.Status status = 2;com.google.rpc.Status getStatus()
The status of the processing of the document.
.google.rpc.Status status = 2;com.google.rpc.StatusOrBuilder getStatusOrBuilder()
The status of the processing of the document.
.google.rpc.Status status = 2;String getOutputGcsDestination()
The output_gcs_destination (in the request as 'output_gcs_destination') of the processed document if it was successful, otherwise empty.
string output_gcs_destination = 3;com.google.protobuf.ByteString getOutputGcsDestinationBytes()
The output_gcs_destination (in the request as 'output_gcs_destination') of the processed document if it was successful, otherwise empty.
string output_gcs_destination = 3;String getHumanReviewOperation()
The name of the operation triggered by the processed document. If the human review process is not triggered, this field will be empty. It has the same response type and metadata as the long running operation returned by ReviewDocument method.
string human_review_operation = 4;com.google.protobuf.ByteString getHumanReviewOperationBytes()
The name of the operation triggered by the processed document. If the human review process is not triggered, this field will be empty. It has the same response type and metadata as the long running operation returned by ReviewDocument method.
string human_review_operation = 4;Copyright © 2020 Google LLC. All rights reserved.