- 2.57.0 (latest)
- 2.56.0
- 2.55.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.5
- 2.6.2
- 2.5.1
- 2.4.3
- 2.3.1
- 2.2.1
- 2.1.9
public static final class BatchProcessMetadata.IndividualProcessStatus.Builder extends GeneratedMessageV3.Builder<BatchProcessMetadata.IndividualProcessStatus.Builder> implements BatchProcessMetadata.IndividualProcessStatusOrBuilder
The status of a each individual document in the batch process.
Protobuf type
google.cloud.documentai.v1beta3.BatchProcessMetadata.IndividualProcessStatus
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > BatchProcessMetadata.IndividualProcessStatus.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BatchProcessMetadata.IndividualProcessStatus.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
BatchProcessMetadata.IndividualProcessStatus.Builder |
build()
public BatchProcessMetadata.IndividualProcessStatus build()
Type | Description |
BatchProcessMetadata.IndividualProcessStatus |
buildPartial()
public BatchProcessMetadata.IndividualProcessStatus buildPartial()
Type | Description |
BatchProcessMetadata.IndividualProcessStatus |
clear()
public BatchProcessMetadata.IndividualProcessStatus.Builder clear()
Type | Description |
BatchProcessMetadata.IndividualProcessStatus.Builder |
clearField(Descriptors.FieldDescriptor field)
public BatchProcessMetadata.IndividualProcessStatus.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
BatchProcessMetadata.IndividualProcessStatus.Builder |
clearHumanReviewOperation() (deprecated)
public BatchProcessMetadata.IndividualProcessStatus.Builder clearHumanReviewOperation()
Deprecated. google.cloud.documentai.v1beta3.BatchProcessMetadata.IndividualProcessStatus.human_review_operation is deprecated. See google/cloud/documentai/v1beta3/document_processor_service.proto;l=315
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 [deprecated = true];
Type | Description |
BatchProcessMetadata.IndividualProcessStatus.Builder | This builder for chaining. |
clearHumanReviewStatus()
public BatchProcessMetadata.IndividualProcessStatus.Builder clearHumanReviewStatus()
The status of human review on the processed document.
.google.cloud.documentai.v1beta3.HumanReviewStatus human_review_status = 5;
Type | Description |
BatchProcessMetadata.IndividualProcessStatus.Builder |
clearInputGcsSource()
public BatchProcessMetadata.IndividualProcessStatus.Builder clearInputGcsSource()
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;
Type | Description |
BatchProcessMetadata.IndividualProcessStatus.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public BatchProcessMetadata.IndividualProcessStatus.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
BatchProcessMetadata.IndividualProcessStatus.Builder |
clearOutputGcsDestination()
public BatchProcessMetadata.IndividualProcessStatus.Builder clearOutputGcsDestination()
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;
Type | Description |
BatchProcessMetadata.IndividualProcessStatus.Builder | This builder for chaining. |
clearStatus()
public BatchProcessMetadata.IndividualProcessStatus.Builder clearStatus()
The status of the processing of the document.
.google.rpc.Status status = 2;
Type | Description |
BatchProcessMetadata.IndividualProcessStatus.Builder |
clone()
public BatchProcessMetadata.IndividualProcessStatus.Builder clone()
Type | Description |
BatchProcessMetadata.IndividualProcessStatus.Builder |
getDefaultInstanceForType()
public BatchProcessMetadata.IndividualProcessStatus getDefaultInstanceForType()
Type | Description |
BatchProcessMetadata.IndividualProcessStatus |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getHumanReviewOperation() (deprecated)
public String getHumanReviewOperation()
Deprecated. google.cloud.documentai.v1beta3.BatchProcessMetadata.IndividualProcessStatus.human_review_operation is deprecated. See google/cloud/documentai/v1beta3/document_processor_service.proto;l=315
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 [deprecated = true];
Type | Description |
String | The humanReviewOperation. |
getHumanReviewOperationBytes() (deprecated)
public ByteString getHumanReviewOperationBytes()
Deprecated. google.cloud.documentai.v1beta3.BatchProcessMetadata.IndividualProcessStatus.human_review_operation is deprecated. See google/cloud/documentai/v1beta3/document_processor_service.proto;l=315
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 [deprecated = true];
Type | Description |
ByteString | The bytes for humanReviewOperation. |
getHumanReviewStatus()
public HumanReviewStatus getHumanReviewStatus()
The status of human review on the processed document.
.google.cloud.documentai.v1beta3.HumanReviewStatus human_review_status = 5;
Type | Description |
HumanReviewStatus | The humanReviewStatus. |
getHumanReviewStatusBuilder()
public HumanReviewStatus.Builder getHumanReviewStatusBuilder()
The status of human review on the processed document.
.google.cloud.documentai.v1beta3.HumanReviewStatus human_review_status = 5;
Type | Description |
HumanReviewStatus.Builder |
getHumanReviewStatusOrBuilder()
public HumanReviewStatusOrBuilder getHumanReviewStatusOrBuilder()
The status of human review on the processed document.
.google.cloud.documentai.v1beta3.HumanReviewStatus human_review_status = 5;
Type | Description |
HumanReviewStatusOrBuilder |
getInputGcsSource()
public 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;
Type | Description |
String | The inputGcsSource. |
getInputGcsSourceBytes()
public 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;
Type | Description |
ByteString | The bytes for inputGcsSource. |
getOutputGcsDestination()
public 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;
Type | Description |
String | The outputGcsDestination. |
getOutputGcsDestinationBytes()
public 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;
Type | Description |
ByteString | The bytes for outputGcsDestination. |
getStatus()
public Status getStatus()
The status of the processing of the document.
.google.rpc.Status status = 2;
Type | Description |
com.google.rpc.Status | The status. |
getStatusBuilder()
public Status.Builder getStatusBuilder()
The status of the processing of the document.
.google.rpc.Status status = 2;
Type | Description |
com.google.rpc.Status.Builder |
getStatusOrBuilder()
public StatusOrBuilder getStatusOrBuilder()
The status of the processing of the document.
.google.rpc.Status status = 2;
Type | Description |
com.google.rpc.StatusOrBuilder |
hasHumanReviewStatus()
public boolean hasHumanReviewStatus()
The status of human review on the processed document.
.google.cloud.documentai.v1beta3.HumanReviewStatus human_review_status = 5;
Type | Description |
boolean | Whether the humanReviewStatus field is set. |
hasStatus()
public boolean hasStatus()
The status of the processing of the document.
.google.rpc.Status status = 2;
Type | Description |
boolean | Whether the status field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(BatchProcessMetadata.IndividualProcessStatus other)
public BatchProcessMetadata.IndividualProcessStatus.Builder mergeFrom(BatchProcessMetadata.IndividualProcessStatus other)
Name | Description |
other | BatchProcessMetadata.IndividualProcessStatus |
Type | Description |
BatchProcessMetadata.IndividualProcessStatus.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BatchProcessMetadata.IndividualProcessStatus.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
BatchProcessMetadata.IndividualProcessStatus.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public BatchProcessMetadata.IndividualProcessStatus.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
BatchProcessMetadata.IndividualProcessStatus.Builder |
mergeHumanReviewStatus(HumanReviewStatus value)
public BatchProcessMetadata.IndividualProcessStatus.Builder mergeHumanReviewStatus(HumanReviewStatus value)
The status of human review on the processed document.
.google.cloud.documentai.v1beta3.HumanReviewStatus human_review_status = 5;
Name | Description |
value | HumanReviewStatus |
Type | Description |
BatchProcessMetadata.IndividualProcessStatus.Builder |
mergeStatus(Status value)
public BatchProcessMetadata.IndividualProcessStatus.Builder mergeStatus(Status value)
The status of the processing of the document.
.google.rpc.Status status = 2;
Name | Description |
value | com.google.rpc.Status |
Type | Description |
BatchProcessMetadata.IndividualProcessStatus.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BatchProcessMetadata.IndividualProcessStatus.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
BatchProcessMetadata.IndividualProcessStatus.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public BatchProcessMetadata.IndividualProcessStatus.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
BatchProcessMetadata.IndividualProcessStatus.Builder |
setHumanReviewOperation(String value) (deprecated)
public BatchProcessMetadata.IndividualProcessStatus.Builder setHumanReviewOperation(String value)
Deprecated. google.cloud.documentai.v1beta3.BatchProcessMetadata.IndividualProcessStatus.human_review_operation is deprecated. See google/cloud/documentai/v1beta3/document_processor_service.proto;l=315
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 [deprecated = true];
Name | Description |
value | String The humanReviewOperation to set. |
Type | Description |
BatchProcessMetadata.IndividualProcessStatus.Builder | This builder for chaining. |
setHumanReviewOperationBytes(ByteString value) (deprecated)
public BatchProcessMetadata.IndividualProcessStatus.Builder setHumanReviewOperationBytes(ByteString value)
Deprecated. google.cloud.documentai.v1beta3.BatchProcessMetadata.IndividualProcessStatus.human_review_operation is deprecated. See google/cloud/documentai/v1beta3/document_processor_service.proto;l=315
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 [deprecated = true];
Name | Description |
value | ByteString The bytes for humanReviewOperation to set. |
Type | Description |
BatchProcessMetadata.IndividualProcessStatus.Builder | This builder for chaining. |
setHumanReviewStatus(HumanReviewStatus value)
public BatchProcessMetadata.IndividualProcessStatus.Builder setHumanReviewStatus(HumanReviewStatus value)
The status of human review on the processed document.
.google.cloud.documentai.v1beta3.HumanReviewStatus human_review_status = 5;
Name | Description |
value | HumanReviewStatus |
Type | Description |
BatchProcessMetadata.IndividualProcessStatus.Builder |
setHumanReviewStatus(HumanReviewStatus.Builder builderForValue)
public BatchProcessMetadata.IndividualProcessStatus.Builder setHumanReviewStatus(HumanReviewStatus.Builder builderForValue)
The status of human review on the processed document.
.google.cloud.documentai.v1beta3.HumanReviewStatus human_review_status = 5;
Name | Description |
builderForValue | HumanReviewStatus.Builder |
Type | Description |
BatchProcessMetadata.IndividualProcessStatus.Builder |
setInputGcsSource(String value)
public BatchProcessMetadata.IndividualProcessStatus.Builder setInputGcsSource(String value)
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;
Name | Description |
value | String The inputGcsSource to set. |
Type | Description |
BatchProcessMetadata.IndividualProcessStatus.Builder | This builder for chaining. |
setInputGcsSourceBytes(ByteString value)
public BatchProcessMetadata.IndividualProcessStatus.Builder setInputGcsSourceBytes(ByteString value)
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;
Name | Description |
value | ByteString The bytes for inputGcsSource to set. |
Type | Description |
BatchProcessMetadata.IndividualProcessStatus.Builder | This builder for chaining. |
setOutputGcsDestination(String value)
public BatchProcessMetadata.IndividualProcessStatus.Builder setOutputGcsDestination(String value)
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;
Name | Description |
value | String The outputGcsDestination to set. |
Type | Description |
BatchProcessMetadata.IndividualProcessStatus.Builder | This builder for chaining. |
setOutputGcsDestinationBytes(ByteString value)
public BatchProcessMetadata.IndividualProcessStatus.Builder setOutputGcsDestinationBytes(ByteString value)
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;
Name | Description |
value | ByteString The bytes for outputGcsDestination to set. |
Type | Description |
BatchProcessMetadata.IndividualProcessStatus.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public BatchProcessMetadata.IndividualProcessStatus.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
BatchProcessMetadata.IndividualProcessStatus.Builder |
setStatus(Status value)
public BatchProcessMetadata.IndividualProcessStatus.Builder setStatus(Status value)
The status of the processing of the document.
.google.rpc.Status status = 2;
Name | Description |
value | com.google.rpc.Status |
Type | Description |
BatchProcessMetadata.IndividualProcessStatus.Builder |
setStatus(Status.Builder builderForValue)
public BatchProcessMetadata.IndividualProcessStatus.Builder setStatus(Status.Builder builderForValue)
The status of the processing of the document.
.google.rpc.Status status = 2;
Name | Description |
builderForValue | com.google.rpc.Status.Builder |
Type | Description |
BatchProcessMetadata.IndividualProcessStatus.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final BatchProcessMetadata.IndividualProcessStatus.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
BatchProcessMetadata.IndividualProcessStatus.Builder |