Class ProcessDocumentResponse.Builder (2.13.0)

public static final class ProcessDocumentResponse.Builder extends GeneratedMessageV3.Builder<ProcessDocumentResponse.Builder> implements ProcessDocumentResponseOrBuilder

Response to a single document processing request.

Protobuf type google.cloud.documentai.v1beta2.ProcessDocumentResponse

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ProcessDocumentResponse build()
Returns

buildPartial()

public ProcessDocumentResponse buildPartial()
Returns

clear()

public ProcessDocumentResponse.Builder clear()
Returns Overrides

clearField(Descriptors.FieldDescriptor field)

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

clearInputConfig()

public ProcessDocumentResponse.Builder clearInputConfig()

Information about the input file. This is the same as the corresponding input config in the request.

.google.cloud.documentai.v1beta2.InputConfig input_config = 1;

Returns

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearOutputConfig()

public ProcessDocumentResponse.Builder clearOutputConfig()

The output location of the parsed responses. The responses are written to this location as JSON-serialized Document objects.

.google.cloud.documentai.v1beta2.OutputConfig output_config = 2;

Returns

clone()

public ProcessDocumentResponse.Builder clone()
Returns Overrides

getDefaultInstanceForType()

public ProcessDocumentResponse getDefaultInstanceForType()
Returns

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getInputConfig()

public InputConfig getInputConfig()

Information about the input file. This is the same as the corresponding input config in the request.

.google.cloud.documentai.v1beta2.InputConfig input_config = 1;

Returns
TypeDescription
InputConfig

The inputConfig.

getInputConfigBuilder()

public InputConfig.Builder getInputConfigBuilder()

Information about the input file. This is the same as the corresponding input config in the request.

.google.cloud.documentai.v1beta2.InputConfig input_config = 1;

Returns
TypeDescription
InputConfig.Builder

getInputConfigOrBuilder()

public InputConfigOrBuilder getInputConfigOrBuilder()

Information about the input file. This is the same as the corresponding input config in the request.

.google.cloud.documentai.v1beta2.InputConfig input_config = 1;

Returns
TypeDescription
InputConfigOrBuilder

getOutputConfig()

public OutputConfig getOutputConfig()

The output location of the parsed responses. The responses are written to this location as JSON-serialized Document objects.

.google.cloud.documentai.v1beta2.OutputConfig output_config = 2;

Returns
TypeDescription
OutputConfig

The outputConfig.

getOutputConfigBuilder()

public OutputConfig.Builder getOutputConfigBuilder()

The output location of the parsed responses. The responses are written to this location as JSON-serialized Document objects.

.google.cloud.documentai.v1beta2.OutputConfig output_config = 2;

Returns
TypeDescription
OutputConfig.Builder

getOutputConfigOrBuilder()

public OutputConfigOrBuilder getOutputConfigOrBuilder()

The output location of the parsed responses. The responses are written to this location as JSON-serialized Document objects.

.google.cloud.documentai.v1beta2.OutputConfig output_config = 2;

Returns
TypeDescription
OutputConfigOrBuilder

hasInputConfig()

public boolean hasInputConfig()

Information about the input file. This is the same as the corresponding input config in the request.

.google.cloud.documentai.v1beta2.InputConfig input_config = 1;

Returns
TypeDescription
boolean

Whether the inputConfig field is set.

hasOutputConfig()

public boolean hasOutputConfig()

The output location of the parsed responses. The responses are written to this location as JSON-serialized Document objects.

.google.cloud.documentai.v1beta2.OutputConfig output_config = 2;

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

mergeFrom(ProcessDocumentResponse other)

public ProcessDocumentResponse.Builder mergeFrom(ProcessDocumentResponse other)
Parameter
NameDescription
otherProcessDocumentResponse
Returns

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeInputConfig(InputConfig value)

public ProcessDocumentResponse.Builder mergeInputConfig(InputConfig value)

Information about the input file. This is the same as the corresponding input config in the request.

.google.cloud.documentai.v1beta2.InputConfig input_config = 1;

Parameter
NameDescription
valueInputConfig
Returns

mergeOutputConfig(OutputConfig value)

public ProcessDocumentResponse.Builder mergeOutputConfig(OutputConfig value)

The output location of the parsed responses. The responses are written to this location as JSON-serialized Document objects.

.google.cloud.documentai.v1beta2.OutputConfig output_config = 2;

Parameter
NameDescription
valueOutputConfig
Returns

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setInputConfig(InputConfig value)

public ProcessDocumentResponse.Builder setInputConfig(InputConfig value)

Information about the input file. This is the same as the corresponding input config in the request.

.google.cloud.documentai.v1beta2.InputConfig input_config = 1;

Parameter
NameDescription
valueInputConfig
Returns

setInputConfig(InputConfig.Builder builderForValue)

public ProcessDocumentResponse.Builder setInputConfig(InputConfig.Builder builderForValue)

Information about the input file. This is the same as the corresponding input config in the request.

.google.cloud.documentai.v1beta2.InputConfig input_config = 1;

Parameter
NameDescription
builderForValueInputConfig.Builder
Returns

setOutputConfig(OutputConfig value)

public ProcessDocumentResponse.Builder setOutputConfig(OutputConfig value)

The output location of the parsed responses. The responses are written to this location as JSON-serialized Document objects.

.google.cloud.documentai.v1beta2.OutputConfig output_config = 2;

Parameter
NameDescription
valueOutputConfig
Returns

setOutputConfig(OutputConfig.Builder builderForValue)

public ProcessDocumentResponse.Builder setOutputConfig(OutputConfig.Builder builderForValue)

The output location of the parsed responses. The responses are written to this location as JSON-serialized Document objects.

.google.cloud.documentai.v1beta2.OutputConfig output_config = 2;

Parameter
NameDescription
builderForValueOutputConfig.Builder
Returns

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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