public static final class BatchProcessMetadata.IndividualProcessStatus extends com.google.protobuf.GeneratedMessageV3 implements BatchProcessMetadata.IndividualProcessStatusOrBuilder
The status of a each individual document in the batch process.Protobuf type
google.cloud.documentai.v1beta3.BatchProcessMetadata.IndividualProcessStatus| Modifier and Type | Class and Description |
|---|---|
static class |
BatchProcessMetadata.IndividualProcessStatus.Builder
The status of a each individual document in the batch process.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
HUMAN_REVIEW_OPERATION_FIELD_NUMBER |
static int |
INPUT_GCS_SOURCE_FIELD_NUMBER |
static int |
OUTPUT_GCS_DESTINATION_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static BatchProcessMetadata.IndividualProcessStatus |
getDefaultInstance() |
BatchProcessMetadata.IndividualProcessStatus |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.protobuf.Parser<BatchProcessMetadata.IndividualProcessStatus> |
getParserForType() |
int |
getSerializedSize() |
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.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasStatus()
The status of the processing of the document.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static BatchProcessMetadata.IndividualProcessStatus.Builder |
newBuilder() |
static BatchProcessMetadata.IndividualProcessStatus.Builder |
newBuilder(BatchProcessMetadata.IndividualProcessStatus prototype) |
BatchProcessMetadata.IndividualProcessStatus.Builder |
newBuilderForType() |
protected BatchProcessMetadata.IndividualProcessStatus.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static BatchProcessMetadata.IndividualProcessStatus |
parseDelimitedFrom(InputStream input) |
static BatchProcessMetadata.IndividualProcessStatus |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchProcessMetadata.IndividualProcessStatus |
parseFrom(byte[] data) |
static BatchProcessMetadata.IndividualProcessStatus |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchProcessMetadata.IndividualProcessStatus |
parseFrom(ByteBuffer data) |
static BatchProcessMetadata.IndividualProcessStatus |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchProcessMetadata.IndividualProcessStatus |
parseFrom(com.google.protobuf.ByteString data) |
static BatchProcessMetadata.IndividualProcessStatus |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchProcessMetadata.IndividualProcessStatus |
parseFrom(com.google.protobuf.CodedInputStream input) |
static BatchProcessMetadata.IndividualProcessStatus |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchProcessMetadata.IndividualProcessStatus |
parseFrom(InputStream input) |
static BatchProcessMetadata.IndividualProcessStatus |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<BatchProcessMetadata.IndividualProcessStatus> |
parser() |
BatchProcessMetadata.IndividualProcessStatus.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int INPUT_GCS_SOURCE_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
public static final int OUTPUT_GCS_DESTINATION_FIELD_NUMBER
public static final int HUMAN_REVIEW_OPERATION_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String 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;getInputGcsSource in interface BatchProcessMetadata.IndividualProcessStatusOrBuilderpublic 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;getInputGcsSourceBytes in interface BatchProcessMetadata.IndividualProcessStatusOrBuilderpublic boolean hasStatus()
The status of the processing of the document.
.google.rpc.Status status = 2;hasStatus in interface BatchProcessMetadata.IndividualProcessStatusOrBuilderpublic com.google.rpc.Status getStatus()
The status of the processing of the document.
.google.rpc.Status status = 2;getStatus in interface BatchProcessMetadata.IndividualProcessStatusOrBuilderpublic com.google.rpc.StatusOrBuilder getStatusOrBuilder()
The status of the processing of the document.
.google.rpc.Status status = 2;getStatusOrBuilder in interface BatchProcessMetadata.IndividualProcessStatusOrBuilderpublic 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;getOutputGcsDestination in interface BatchProcessMetadata.IndividualProcessStatusOrBuilderpublic 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;getOutputGcsDestinationBytes in interface BatchProcessMetadata.IndividualProcessStatusOrBuilderpublic 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;getHumanReviewOperation in interface BatchProcessMetadata.IndividualProcessStatusOrBuilderpublic 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;getHumanReviewOperationBytes in interface BatchProcessMetadata.IndividualProcessStatusOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static BatchProcessMetadata.IndividualProcessStatus parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchProcessMetadata.IndividualProcessStatus parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchProcessMetadata.IndividualProcessStatus parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchProcessMetadata.IndividualProcessStatus parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchProcessMetadata.IndividualProcessStatus parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchProcessMetadata.IndividualProcessStatus parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchProcessMetadata.IndividualProcessStatus parseFrom(InputStream input) throws IOException
IOExceptionpublic static BatchProcessMetadata.IndividualProcessStatus parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BatchProcessMetadata.IndividualProcessStatus parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static BatchProcessMetadata.IndividualProcessStatus parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BatchProcessMetadata.IndividualProcessStatus parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static BatchProcessMetadata.IndividualProcessStatus parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic BatchProcessMetadata.IndividualProcessStatus.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static BatchProcessMetadata.IndividualProcessStatus.Builder newBuilder()
public static BatchProcessMetadata.IndividualProcessStatus.Builder newBuilder(BatchProcessMetadata.IndividualProcessStatus prototype)
public BatchProcessMetadata.IndividualProcessStatus.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected BatchProcessMetadata.IndividualProcessStatus.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static BatchProcessMetadata.IndividualProcessStatus getDefaultInstance()
public static com.google.protobuf.Parser<BatchProcessMetadata.IndividualProcessStatus> parser()
public com.google.protobuf.Parser<BatchProcessMetadata.IndividualProcessStatus> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public BatchProcessMetadata.IndividualProcessStatus getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2020 Google LLC. All rights reserved.