Class ProcessorType.Builder (2.5.1)

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 yes, user can create a processor of this processor type. Otherwise, user needs to require for whitelisting.

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.

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

clearName()

public ProcessorType.Builder clearName()

The resource name of the 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.

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 yes, user can create a processor of this processor type. Otherwise, user needs to require for whitelisting.

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.

string category = 3;

Returns
TypeDescription
String

The category.

getCategoryBytes()

public ByteString getCategoryBytes()

The processor category.

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

getName()

public String getName()

The resource name of the processor type.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

The resource name of the processor type.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getType()

public String getType()

The type of the processor.

string type = 2;

Returns
TypeDescription
String

The type.

getTypeBytes()

public ByteString getTypeBytes()

The type of the processor.

string type = 2;

Returns
TypeDescription
ByteString

The bytes for type.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ProcessorType other)

public ProcessorType.Builder mergeFrom(ProcessorType other)
Parameter
NameDescription
otherProcessorType
Returns
TypeDescription
ProcessorType.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

removeAvailableLocations(int index)

public ProcessorType.Builder removeAvailableLocations(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.Builder

setAllowCreation(boolean value)

public ProcessorType.Builder setAllowCreation(boolean value)

Whether the processor type allows creation. If yes, user can create a processor of this processor type. Otherwise, user needs to require for whitelisting.

bool allow_creation = 6;

Parameter
NameDescription
valueboolean

The allowCreation to set.

Returns
TypeDescription
ProcessorType.Builder

This builder for chaining.

setAvailableLocations(int index, ProcessorType.LocationInfo value)

public ProcessorType.Builder setAvailableLocations(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

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

public ProcessorType.Builder setAvailableLocations(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

setCategory(String value)

public ProcessorType.Builder setCategory(String value)

The processor category.

string category = 3;

Parameter
NameDescription
valueString

The category to set.

Returns
TypeDescription
ProcessorType.Builder

This builder for chaining.

setCategoryBytes(ByteString value)

public ProcessorType.Builder setCategoryBytes(ByteString value)

The processor category.

string category = 3;

Parameter
NameDescription
valueByteString

The bytes for category to set.

Returns
TypeDescription
ProcessorType.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

setName(String value)

public ProcessorType.Builder setName(String value)

The resource name of the processor type.

string name = 1;

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
ProcessorType.Builder

This builder for chaining.

setNameBytes(ByteString value)

public ProcessorType.Builder setNameBytes(ByteString value)

The resource name of the processor type.

string name = 1;

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
ProcessorType.Builder

This builder for chaining.

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

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

setType(String value)

public ProcessorType.Builder setType(String value)

The type of the processor.

string type = 2;

Parameter
NameDescription
valueString

The type to set.

Returns
TypeDescription
ProcessorType.Builder

This builder for chaining.

setTypeBytes(ByteString value)

public ProcessorType.Builder setTypeBytes(ByteString value)

The type of the processor.

string type = 2;

Parameter
NameDescription
valueByteString

The bytes for type to set.

Returns
TypeDescription
ProcessorType.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

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