Class ProcessorType.Builder (2.9.0)

public static final class ProcessorType.Builder extends GeneratedMessageV3.Builder<ProcessorType.Builder> implements ProcessorTypeOrBuilder

A processor type is responsible for performing a certain document understanding task on a certain type of document.

Protobuf type google.cloud.documentai.v1beta3.ProcessorType

Static Methods

getDescriptor()

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

Methods

addAllAvailableLocations(Iterable<? extends ProcessorType.LocationInfo> values)

public ProcessorType.Builder addAllAvailableLocations(Iterable<? extends ProcessorType.LocationInfo> values)

The locations in which this processor is available.

repeated .google.cloud.documentai.v1beta3.ProcessorType.LocationInfo available_locations = 4;

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

addAvailableLocations(ProcessorType.LocationInfo value)

public ProcessorType.Builder addAvailableLocations(ProcessorType.LocationInfo value)

The locations in which this processor is available.

repeated .google.cloud.documentai.v1beta3.ProcessorType.LocationInfo available_locations = 4;

Parameter
NameDescription
valueProcessorType.LocationInfo
Returns
TypeDescription
ProcessorType.Builder

addAvailableLocations(ProcessorType.LocationInfo.Builder builderForValue)

public ProcessorType.Builder addAvailableLocations(ProcessorType.LocationInfo.Builder builderForValue)

The locations in which this processor is available.

repeated .google.cloud.documentai.v1beta3.ProcessorType.LocationInfo available_locations = 4;

Parameter
NameDescription
builderForValueProcessorType.LocationInfo.Builder
Returns
TypeDescription
ProcessorType.Builder

addAvailableLocations(int index, ProcessorType.LocationInfo value)

public ProcessorType.Builder addAvailableLocations(int index, ProcessorType.LocationInfo value)

The locations in which this processor is available.

repeated .google.cloud.documentai.v1beta3.ProcessorType.LocationInfo available_locations = 4;

Parameters
NameDescription
indexint
valueProcessorType.LocationInfo
Returns
TypeDescription
ProcessorType.Builder

addAvailableLocations(int index, ProcessorType.LocationInfo.Builder builderForValue)

public ProcessorType.Builder addAvailableLocations(int index, ProcessorType.LocationInfo.Builder builderForValue)

The locations in which this processor is available.

repeated .google.cloud.documentai.v1beta3.ProcessorType.LocationInfo available_locations = 4;

Parameters
NameDescription
indexint
builderForValueProcessorType.LocationInfo.Builder
Returns
TypeDescription
ProcessorType.Builder

addAvailableLocationsBuilder()

public ProcessorType.LocationInfo.Builder addAvailableLocationsBuilder()

The locations in which this processor is available.

repeated .google.cloud.documentai.v1beta3.ProcessorType.LocationInfo available_locations = 4;

Returns
TypeDescription
ProcessorType.LocationInfo.Builder

addAvailableLocationsBuilder(int index)

public ProcessorType.LocationInfo.Builder addAvailableLocationsBuilder(int index)

The locations in which this processor is available.

repeated .google.cloud.documentai.v1beta3.ProcessorType.LocationInfo available_locations = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
ProcessorType.LocationInfo.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ProcessorType build()
Returns
TypeDescription
ProcessorType

buildPartial()

public ProcessorType buildPartial()
Returns
TypeDescription
ProcessorType

clear()

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

clearAllowCreation()

public ProcessorType.Builder clearAllowCreation()

Whether the processor type allows creation. If true, users can create a processor of this processor type. Otherwise, users need to request access.

bool allow_creation = 6;

Returns
TypeDescription
ProcessorType.Builder

This builder for chaining.

clearAvailableLocations()

public ProcessorType.Builder clearAvailableLocations()

The locations in which this processor is available.

repeated .google.cloud.documentai.v1beta3.ProcessorType.LocationInfo available_locations = 4;

Returns
TypeDescription
ProcessorType.Builder

clearCategory()

public ProcessorType.Builder clearCategory()

The processor category, used by UI to group processor types.

string category = 3;

Returns
TypeDescription
ProcessorType.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearLaunchStage()

public ProcessorType.Builder clearLaunchStage()

Launch stage of the processor type

.google.api.LaunchStage launch_stage = 8;

Returns
TypeDescription
ProcessorType.Builder

This builder for chaining.

clearName()

public ProcessorType.Builder clearName()

The resource name of the processor type. Format: projects/{project}/processorTypes/{processor_type}

string name = 1;

Returns
TypeDescription
ProcessorType.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearType()

public ProcessorType.Builder clearType()

The type of the processor, e.g., "invoice_parsing".

string type = 2;

Returns
TypeDescription
ProcessorType.Builder

This builder for chaining.

clone()

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

getAllowCreation()

public boolean getAllowCreation()

Whether the processor type allows creation. If true, users can create a processor of this processor type. Otherwise, users need to request access.

bool allow_creation = 6;

Returns
TypeDescription
boolean

The allowCreation.

getAvailableLocations(int index)

public ProcessorType.LocationInfo getAvailableLocations(int index)

The locations in which this processor is available.

repeated .google.cloud.documentai.v1beta3.ProcessorType.LocationInfo available_locations = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
ProcessorType.LocationInfo

getAvailableLocationsBuilder(int index)

public ProcessorType.LocationInfo.Builder getAvailableLocationsBuilder(int index)

The locations in which this processor is available.

repeated .google.cloud.documentai.v1beta3.ProcessorType.LocationInfo available_locations = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
ProcessorType.LocationInfo.Builder

getAvailableLocationsBuilderList()

public List<ProcessorType.LocationInfo.Builder> getAvailableLocationsBuilderList()

The locations in which this processor is available.

repeated .google.cloud.documentai.v1beta3.ProcessorType.LocationInfo available_locations = 4;

Returns
TypeDescription
List<Builder>

getAvailableLocationsCount()

public int getAvailableLocationsCount()

The locations in which this processor is available.

repeated .google.cloud.documentai.v1beta3.ProcessorType.LocationInfo available_locations = 4;

Returns
TypeDescription
int

getAvailableLocationsList()

public List<ProcessorType.LocationInfo> getAvailableLocationsList()

The locations in which this processor is available.

repeated .google.cloud.documentai.v1beta3.ProcessorType.LocationInfo available_locations = 4;

Returns
TypeDescription
List<LocationInfo>

getAvailableLocationsOrBuilder(int index)

public ProcessorType.LocationInfoOrBuilder getAvailableLocationsOrBuilder(int index)

The locations in which this processor is available.

repeated .google.cloud.documentai.v1beta3.ProcessorType.LocationInfo available_locations = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
ProcessorType.LocationInfoOrBuilder

getAvailableLocationsOrBuilderList()

public List<? extends ProcessorType.LocationInfoOrBuilder> getAvailableLocationsOrBuilderList()

The locations in which this processor is available.

repeated .google.cloud.documentai.v1beta3.ProcessorType.LocationInfo available_locations = 4;

Returns
TypeDescription
List<? extends com.google.cloud.documentai.v1beta3.ProcessorType.LocationInfoOrBuilder>

getCategory()

public String getCategory()

The processor category, used by UI to group processor types.

string category = 3;

Returns
TypeDescription
String

The category.

getCategoryBytes()

public ByteString getCategoryBytes()

The processor category, used by UI to group processor types.

string category = 3;

Returns
TypeDescription
ByteString

The bytes for category.

getDefaultInstanceForType()

public ProcessorType getDefaultInstanceForType()
Returns
TypeDescription
ProcessorType

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getLaunchStage()

public LaunchStage getLaunchStage()

Launch stage of the processor type

.google.api.LaunchStage launch_stage = 8;

Returns
TypeDescription
com.google.api.LaunchStage

The launchStage.

getLaunchStageValue()

public int getLaunchStageValue()

Launch stage of the processor type

.google.api.LaunchStage launch_stage = 8;

Returns
TypeDescription
int

The enum numeric value on the wire for launchStage.

getName()

public String getName()

The resource name of the processor type. Format: projects/{project}/processorTypes/{processor_type}

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

The resource name of the processor type. Format: projects/{project}/processorTypes/{processor_type}

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getType()

public String getType()

The type of the processor, e.g., "invoice_parsing".

string type = 2;

Returns