Class BatchProcessRequest.Builder (2.5.1)

public static final class BatchProcessRequest.Builder extends GeneratedMessageV3.Builder<BatchProcessRequest.Builder> implements BatchProcessRequestOrBuilder

Request message for batch process document method.

Protobuf type google.cloud.documentai.v1beta3.BatchProcessRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllInputConfigs(Iterable<? extends BatchProcessRequest.BatchInputConfig> values)

public BatchProcessRequest.Builder addAllInputConfigs(Iterable<? extends BatchProcessRequest.BatchInputConfig> values)

The input config for each single document in the batch process.

repeated .google.cloud.documentai.v1beta3.BatchProcessRequest.BatchInputConfig input_configs = 2 [deprecated = true];

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.documentai.v1beta3.BatchProcessRequest.BatchInputConfig>
Returns
TypeDescription
BatchProcessRequest.Builder

addInputConfigs(BatchProcessRequest.BatchInputConfig value)

public BatchProcessRequest.Builder addInputConfigs(BatchProcessRequest.BatchInputConfig value)

The input config for each single document in the batch process.

repeated .google.cloud.documentai.v1beta3.BatchProcessRequest.BatchInputConfig input_configs = 2 [deprecated = true];

Parameter
NameDescription
valueBatchProcessRequest.BatchInputConfig
Returns
TypeDescription
BatchProcessRequest.Builder

addInputConfigs(BatchProcessRequest.BatchInputConfig.Builder builderForValue)

public BatchProcessRequest.Builder addInputConfigs(BatchProcessRequest.BatchInputConfig.Builder builderForValue)

The input config for each single document in the batch process.

repeated .google.cloud.documentai.v1beta3.BatchProcessRequest.BatchInputConfig input_configs = 2 [deprecated = true];

Parameter
NameDescription
builderForValueBatchProcessRequest.BatchInputConfig.Builder
Returns
TypeDescription
BatchProcessRequest.Builder

addInputConfigs(int index, BatchProcessRequest.BatchInputConfig value)

public BatchProcessRequest.Builder addInputConfigs(int index, BatchProcessRequest.BatchInputConfig value)

The input config for each single document in the batch process.

repeated .google.cloud.documentai.v1beta3.BatchProcessRequest.BatchInputConfig input_configs = 2 [deprecated = true];

Parameters
NameDescription
indexint
valueBatchProcessRequest.BatchInputConfig
Returns
TypeDescription
BatchProcessRequest.Builder

addInputConfigs(int index, BatchProcessRequest.BatchInputConfig.Builder builderForValue)

public BatchProcessRequest.Builder addInputConfigs(int index, BatchProcessRequest.BatchInputConfig.Builder builderForValue)

The input config for each single document in the batch process.

repeated .google.cloud.documentai.v1beta3.BatchProcessRequest.BatchInputConfig input_configs = 2 [deprecated = true];

Parameters
NameDescription
indexint
builderForValueBatchProcessRequest.BatchInputConfig.Builder
Returns
TypeDescription
BatchProcessRequest.Builder

addInputConfigsBuilder()

public BatchProcessRequest.BatchInputConfig.Builder addInputConfigsBuilder()

The input config for each single document in the batch process.

repeated .google.cloud.documentai.v1beta3.BatchProcessRequest.BatchInputConfig input_configs = 2 [deprecated = true];

Returns
TypeDescription
BatchProcessRequest.BatchInputConfig.Builder

addInputConfigsBuilder(int index)

public BatchProcessRequest.BatchInputConfig.Builder addInputConfigsBuilder(int index)

The input config for each single document in the batch process.

repeated .google.cloud.documentai.v1beta3.BatchProcessRequest.BatchInputConfig input_configs = 2 [deprecated = true];

Parameter
NameDescription
indexint
Returns
TypeDescription
BatchProcessRequest.BatchInputConfig.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public BatchProcessRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
BatchProcessRequest.Builder
Overrides

build()

public BatchProcessRequest build()
Returns
TypeDescription
BatchProcessRequest

buildPartial()

public BatchProcessRequest buildPartial()
Returns
TypeDescription
BatchProcessRequest

clear()

public BatchProcessRequest.Builder clear()
Returns
TypeDescription
BatchProcessRequest.Builder
Overrides

clearDocumentOutputConfig()

public BatchProcessRequest.Builder clearDocumentOutputConfig()

The overall output config for batch process.

.google.cloud.documentai.v1beta3.DocumentOutputConfig document_output_config = 6;

Returns
TypeDescription
BatchProcessRequest.Builder

clearField(Descriptors.FieldDescriptor field)

public BatchProcessRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
BatchProcessRequest.Builder
Overrides

clearInputConfigs()

public BatchProcessRequest.Builder clearInputConfigs()

The input config for each single document in the batch process.

repeated .google.cloud.documentai.v1beta3.BatchProcessRequest.BatchInputConfig input_configs = 2 [deprecated = true];

Returns
TypeDescription
BatchProcessRequest.Builder

clearInputDocuments()

public BatchProcessRequest.Builder clearInputDocuments()

The input documents for batch process.

.google.cloud.documentai.v1beta3.BatchDocumentsInputConfig input_documents = 5;

Returns
TypeDescription
BatchProcessRequest.Builder

clearName()

public BatchProcessRequest.Builder clearName()

Required. The processor resource name.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
BatchProcessRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public BatchProcessRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
BatchProcessRequest.Builder
Overrides

clearOutputConfig()

public BatchProcessRequest.Builder clearOutputConfig()

The overall output config for batch process.

.google.cloud.documentai.v1beta3.BatchProcessRequest.BatchOutputConfig output_config = 3 [deprecated = true];

Returns
TypeDescription
BatchProcessRequest.Builder

clearSkipHumanReview()

public BatchProcessRequest.Builder clearSkipHumanReview()

Whether Human Review feature should be skipped for this request. Default to false.

bool skip_human_review = 4;

Returns
TypeDescription
BatchProcessRequest.Builder

This builder for chaining.

clone()

public BatchProcessRequest.Builder clone()
Returns
TypeDescription
BatchProcessRequest.Builder
Overrides

getDefaultInstanceForType()

public BatchProcessRequest getDefaultInstanceForType()
Returns
TypeDescription
BatchProcessRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDocumentOutputConfig()

public DocumentOutputConfig getDocumentOutputConfig()

The overall output config for batch process.

.google.cloud.documentai.v1beta3.DocumentOutputConfig document_output_config = 6;

Returns
TypeDescription
DocumentOutputConfig

The documentOutputConfig.

getDocumentOutputConfigBuilder()

public DocumentOutputConfig.Builder getDocumentOutputConfigBuilder()

The overall output config for batch process.

.google.cloud.documentai.v1beta3.DocumentOutputConfig document_output_config = 6;

Returns
TypeDescription
DocumentOutputConfig.Builder

getDocumentOutputConfigOrBuilder()

public DocumentOutputConfigOrBuilder getDocumentOutputConfigOrBuilder()

The overall output config for batch process.

.google.cloud.documentai.v1beta3.DocumentOutputConfig document_output_config = 6;

Returns
TypeDescription
DocumentOutputConfigOrBuilder

getInputConfigs(int index)

public BatchProcessRequest.BatchInputConfig getInputConfigs(int index)

The input config for each single document in the batch process.

repeated .google.cloud.documentai.v1beta3.BatchProcessRequest.BatchInputConfig input_configs = 2 [deprecated = true];

Parameter
NameDescription
indexint
Returns
TypeDescription
BatchProcessRequest.BatchInputConfig

getInputConfigsBuilder(int index)

public BatchProcessRequest.BatchInputConfig.Builder getInputConfigsBuilder(int index)

The input config for each single document in the batch process.

repeated .google.cloud.documentai.v1beta3.BatchProcessRequest.BatchInputConfig input_configs = 2 [deprecated = true];

Parameter
NameDescription
indexint
Returns
TypeDescription
BatchProcessRequest.BatchInputConfig.Builder

getInputConfigsBuilderList()

public List<BatchProcessRequest.BatchInputConfig.Builder> getInputConfigsBuilderList()

The input config for each single document in the batch process.

repeated .google.cloud.documentai.v1beta3.BatchProcessRequest.BatchInputConfig input_configs = 2 [deprecated = true];

Returns
TypeDescription
List<Builder>

getInputConfigsCount()

public int getInputConfigsCount()

The input config for each single document in the batch process.

repeated .google.cloud.documentai.v1beta3.BatchProcessRequest.BatchInputConfig input_configs = 2 [deprecated = true];

Returns
TypeDescription
int

getInputConfigsList()

public List<BatchProcessRequest.BatchInputConfig> getInputConfigsList()

The input config for each single document in the batch process.

repeated .google.cloud.documentai.v1beta3.BatchProcessRequest.BatchInputConfig input_configs = 2 [deprecated = true];

Returns
TypeDescription
List<BatchInputConfig>

getInputConfigsOrBuilder(int index)

public BatchProcessRequest.BatchInputConfigOrBuilder getInputConfigsOrBuilder(int index)

The input config for each single document in the batch process.

repeated .google.cloud.documentai.v1beta3.BatchProcessRequest.BatchInputConfig input_configs = 2 [deprecated = true];

Parameter
NameDescription
indexint
Returns
TypeDescription
BatchProcessRequest.BatchInputConfigOrBuilder

getInputConfigsOrBuilderList()

public List<? extends BatchProcessRequest.BatchInputConfigOrBuilder> getInputConfigsOrBuilderList()

The input config for each single document in the batch process.

repeated .google.cloud.documentai.v1beta3.BatchProcessRequest.BatchInputConfig input_configs = 2 [deprecated = true];

Returns
TypeDescription
List<? extends com.google.cloud.documentai.v1beta3.BatchProcessRequest.BatchInputConfigOrBuilder>

getInputDocuments()

public BatchDocumentsInputConfig getInputDocuments()

The input documents for batch process.

.google.cloud.documentai.v1beta3.BatchDocumentsInputConfig input_documents = 5;

Returns
TypeDescription
BatchDocumentsInputConfig

The inputDocuments.

getInputDocumentsBuilder()

public BatchDocumentsInputConfig.Builder getInputDocumentsBuilder()

The input documents for batch process.

.google.cloud.documentai.v1beta3.BatchDocumentsInputConfig input_documents = 5;

Returns
TypeDescription
BatchDocumentsInputConfig.Builder

getInputDocumentsOrBuilder()

public BatchDocumentsInputConfigOrBuilder getInputDocumentsOrBuilder()

The input documents for batch process.

.google.cloud.documentai.v1beta3.BatchDocumentsInputConfig input_documents = 5;

Returns
TypeDescription
BatchDocumentsInputConfigOrBuilder

getName()

public String getName()

Required. The processor resource name.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The processor resource name.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.

getOutputConfig() (deprecated)

public BatchProcessRequest.BatchOutputConfig getOutputConfig()

Deprecated. google.cloud.documentai.v1beta3.BatchProcessRequest.output_config is deprecated. See google/cloud/documentai/v1beta3/document_processor_service.proto;l=276

The overall output config for batch process.

.google.cloud.documentai.v1beta3.BatchProcessRequest.BatchOutputConfig output_config = 3 [deprecated = true];

Returns
TypeDescription
BatchProcessRequest.BatchOutputConfig

The outputConfig.

getOutputConfigBuilder()

public BatchProcessRequest.BatchOutputConfig.Builder getOutputConfigBuilder()

The overall output config for batch process.

.google.cloud.documentai.v1beta3.BatchProcessRequest.BatchOutputConfig output_config = 3 [deprecated = true];

Returns
TypeDescription
BatchProcessRequest.BatchOutputConfig.Builder

getOutputConfigOrBuilder()

public BatchProcessRequest.BatchOutputConfigOrBuilder getOutputConfigOrBuilder()

The overall output config for batch process.

.google.cloud.documentai.v1beta3.BatchProcessRequest.BatchOutputConfig output_config = 3 [deprecated = true];

Returns
TypeDescription
BatchProcessRequest.BatchOutputConfigOrBuilder

getSkipHumanReview()

public boolean getSkipHumanReview()

Whether Human Review feature should be skipped for this request. Default to false.

bool skip_human_review = 4;

Returns
TypeDescription
boolean

The skipHumanReview.

hasDocumentOutputConfig()

public boolean hasDocumentOutputConfig()

The overall output config for batch process.

.google.cloud.documentai.v1beta3.DocumentOutputConfig document_output_config = 6;

Returns
TypeDescription
boolean

Whether the documentOutputConfig field is set.

hasInputDocuments()

public boolean hasInputDocuments()

The input documents for batch process.

.google.cloud.documentai.v1beta3.BatchDocumentsInputConfig input_documents = 5;

Returns
TypeDescription
boolean

Whether the inputDocuments field is set.

hasOutputConfig() (deprecated)

public boolean hasOutputConfig()

Deprecated. google.cloud.documentai.v1beta3.BatchProcessRequest.output_config is deprecated. See google/cloud/documentai/v1beta3/document_processor_service.proto;l=276

The overall output config for batch process.

.google.cloud.documentai.v1beta3.BatchProcessRequest.BatchOutputConfig output_config = 3 [deprecated = true];

Returns
TypeDescription
boolean

Whether the outputConfig field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeDocumentOutputConfig(DocumentOutputConfig value)

public BatchProcessRequest.Builder mergeDocumentOutputConfig(DocumentOutputConfig value)

The overall output config for batch process.

.google.cloud.documentai.v1beta3.DocumentOutputConfig document_output_config = 6;

Parameter
NameDescription
valueDocumentOutputConfig
Returns
TypeDescription
BatchProcessRequest.Builder

mergeFrom(BatchProcessRequest other)

public BatchProcessRequest.Builder mergeFrom(BatchProcessRequest other)
Parameter
NameDescription
otherBatchProcessRequest
Returns
TypeDescription
BatchProcessRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public BatchProcessRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchProcessRequest.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public BatchProcessRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
BatchProcessRequest.Builder
Overrides

mergeInputDocuments(BatchDocumentsInputConfig value)

public BatchProcessRequest.Builder mergeInputDocuments(BatchDocumentsInputConfig value)

The input documents for batch process.

.google.cloud.documentai.v1beta3.BatchDocumentsInputConfig input_documents = 5;

Parameter
NameDescription
valueBatchDocumentsInputConfig
Returns
TypeDescription
BatchProcessRequest.Builder

mergeOutputConfig(BatchProcessRequest.BatchOutputConfig value)

public BatchProcessRequest.Builder mergeOutputConfig(BatchProcessRequest.BatchOutputConfig value)

The overall output config for batch process.

.google.cloud.documentai.v1beta3.BatchProcessRequest.BatchOutputConfig output_config = 3 [deprecated = true];

Parameter
NameDescription
valueBatchProcessRequest.BatchOutputConfig
Returns
TypeDescription
BatchProcessRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final BatchProcessRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
BatchProcessRequest.Builder
Overrides

removeInputConfigs(int index)

public BatchProcessRequest.Builder removeInputConfigs(int index)

The input config for each single document in the batch process.

repeated .google.cloud.documentai.v1beta3.BatchProcessRequest.BatchInputConfig input_configs = 2 [deprecated = true];

Parameter
NameDescription
indexint
Returns
TypeDescription
BatchProcessRequest.Builder

setDocumentOutputConfig(DocumentOutputConfig value)

public BatchProcessRequest.Builder setDocumentOutputConfig(DocumentOutputConfig value)

The overall output config for batch process.

.google.cloud.documentai.v1beta3.DocumentOutputConfig document_output_config = 6;

Parameter
NameDescription
valueDocumentOutputConfig
Returns
TypeDescription
BatchProcessRequest.Builder

setDocumentOutputConfig(DocumentOutputConfig.Builder builderForValue)

public BatchProcessRequest.Builder setDocumentOutputConfig(DocumentOutputConfig.Builder builderForValue)

The overall output config for batch process.

.google.cloud.documentai.v1beta3.DocumentOutputConfig document_output_config = 6;

Parameter
NameDescription
builderForValueDocumentOutputConfig.Builder
Returns
TypeDescription
BatchProcessRequest.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public BatchProcessRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
BatchProcessRequest.Builder
Overrides

setInputConfigs(int index, BatchProcessRequest.BatchInputConfig value)

public BatchProcessRequest.Builder setInputConfigs(int index, BatchProcessRequest.BatchInputConfig value)

The input config for each single document in the batch process.

repeated .google.cloud.documentai.v1beta3.BatchProcessRequest.BatchInputConfig input_configs = 2 [deprecated = true];

Parameters
NameDescription
indexint
valueBatchProcessRequest.BatchInputConfig
Returns
TypeDescription
BatchProcessRequest.Builder

setInputConfigs(int index, BatchProcessRequest.BatchInputConfig.Builder builderForValue)

public BatchProcessRequest.Builder setInputConfigs(int index, BatchProcessRequest.BatchInputConfig.Builder builderForValue)

The input config for each single document in the batch process.

repeated .google.cloud.documentai.v1beta3.BatchProcessRequest.BatchInputConfig input_configs = 2 [deprecated = true];

Parameters
NameDescription
indexint
builderForValueBatchProcessRequest.BatchInputConfig.Builder
Returns
TypeDescription
BatchProcessRequest.Builder

setInputDocuments(BatchDocumentsInputConfig value)

public BatchProcessRequest.Builder setInputDocuments(BatchDocumentsInputConfig value)

The input documents for batch process.

.google.cloud.documentai.v1beta3.BatchDocumentsInputConfig input_documents = 5;

Parameter
NameDescription
valueBatchDocumentsInputConfig
Returns
TypeDescription
BatchProcessRequest.Builder

setInputDocuments(BatchDocumentsInputConfig.Builder builderForValue)

public BatchProcessRequest.Builder setInputDocuments(BatchDocumentsInputConfig.Builder builderForValue)

The input documents for batch process.

.google.cloud.documentai.v1beta3.BatchDocumentsInputConfig input_documents = 5;

Parameter
NameDescription
builderForValueBatchDocumentsInputConfig.Builder
Returns
TypeDescription
BatchProcessRequest.Builder

setName(String value)

public BatchProcessRequest.Builder setName(String value)

Required. The processor resource name.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
BatchProcessRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public BatchProcessRequest.Builder setNameBytes(ByteString value)

Required. The processor resource name.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
BatchProcessRequest.Builder

This builder for chaining.

setOutputConfig(BatchProcessRequest.BatchOutputConfig value)

public BatchProcessRequest.Builder setOutputConfig(BatchProcessRequest.BatchOutputConfig value)

The overall output config for batch process.

.google.cloud.documentai.v1beta3.BatchProcessRequest.BatchOutputConfig output_config = 3 [deprecated = true];

Parameter
NameDescription
valueBatchProcessRequest.BatchOutputConfig
Returns
TypeDescription
BatchProcessRequest.Builder

setOutputConfig(BatchProcessRequest.BatchOutputConfig.Builder builderForValue)

public BatchProcessRequest.Builder setOutputConfig(BatchProcessRequest.BatchOutputConfig.Builder builderForValue)

The overall output config for batch process.

.google.cloud.documentai.v1beta3.BatchProcessRequest.BatchOutputConfig output_config = 3 [deprecated = true];

Parameter
NameDescription
builderForValueBatchProcessRequest.BatchOutputConfig.Builder
Returns
TypeDescription
BatchProcessRequest.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public BatchProcessRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
BatchProcessRequest.Builder
Overrides

setSkipHumanReview(boolean value)

public BatchProcessRequest.Builder setSkipHumanReview(boolean value)

Whether Human Review feature should be skipped for this request. Default to false.

bool skip_human_review = 4;

Parameter
NameDescription
valueboolean

The skipHumanReview to set.

Returns
TypeDescription
BatchProcessRequest.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final BatchProcessRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
BatchProcessRequest.Builder
Overrides