- 2.55.0 (latest)
- 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 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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ProcessorType.BuilderImplements
ProcessorTypeOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
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;
Name | Description |
values | Iterable<? extends com.google.cloud.documentai.v1beta3.ProcessorType.LocationInfo> |
Type | Description |
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;
Name | Description |
value | ProcessorType.LocationInfo |
Type | Description |
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;
Name | Description |
builderForValue | ProcessorType.LocationInfo.Builder |
Type | Description |
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;
Name | Description |
index | int |
value | ProcessorType.LocationInfo |
Type | Description |
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;
Name | Description |
index | int |
builderForValue | ProcessorType.LocationInfo.Builder |
Type | Description |
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;
Type | Description |
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;
Name | Description |
index | int |
Type | Description |
ProcessorType.LocationInfo.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ProcessorType.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ProcessorType.Builder |
build()
public ProcessorType build()
Type | Description |
ProcessorType |
buildPartial()
public ProcessorType buildPartial()
Type | Description |
ProcessorType |
clear()
public ProcessorType.Builder clear()
Type | Description |
ProcessorType.Builder |
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;
Type | Description |
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;
Type | Description |
ProcessorType.Builder |
clearCategory()
public ProcessorType.Builder clearCategory()
The processor category, used by UI to group processor types.
string category = 3;
Type | Description |
ProcessorType.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public ProcessorType.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ProcessorType.Builder |
clearLaunchStage()
public ProcessorType.Builder clearLaunchStage()
Launch stage of the processor type
.google.api.LaunchStage launch_stage = 8;
Type | Description |
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;
Type | Description |
ProcessorType.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ProcessorType.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ProcessorType.Builder |
clearType()
public ProcessorType.Builder clearType()
The type of the processor, e.g., "invoice_parsing".
string type = 2;
Type | Description |
ProcessorType.Builder | This builder for chaining. |
clone()
public ProcessorType.Builder clone()
Type | Description |
ProcessorType.Builder |
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;
Type | Description |
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;
Name | Description |
index | int |
Type | Description |
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;
Name | Description |
index | int |
Type | Description |
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;
Type | Description |
List<Builder> |
getAvailableLocationsCount()
public int getAvailableLocationsCount()
The locations in which this processor is available.
repeated .google.cloud.documentai.v1beta3.ProcessorType.LocationInfo available_locations = 4;
Type | Description |
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;
Type | Description |
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;
Name | Description |
index | int |
Type | Description |
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;
Type | Description |
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;
Type | Description |
String | The category. |
getCategoryBytes()
public ByteString getCategoryBytes()
The processor category, used by UI to group processor types.
string category = 3;
Type | Description |
ByteString | The bytes for category. |
getDefaultInstanceForType()
public ProcessorType getDefaultInstanceForType()
Type | Description |
ProcessorType |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getLaunchStage()
public LaunchStage getLaunchStage()
Launch stage of the processor type
.google.api.LaunchStage launch_stage = 8;
Type | Description |
com.google.api.LaunchStage | The launchStage. |
getLaunchStageValue()
public int getLaunchStageValue()
Launch stage of the processor type
.google.api.LaunchStage launch_stage = 8;
Type | Description |
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;
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
The resource name of the processor type. Format: projects/{project}/processorTypes/{processor_type}
string name = 1;
Type | Description |
ByteString | The bytes for name. |
getType()
public String getType()
The type of the processor, e.g., "invoice_parsing".
string type = 2;