Interface FetchProcessorTypesResponseOrBuilder (2.4.3)

public interface FetchProcessorTypesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProcessorTypes(int index)

public abstract ProcessorType getProcessorTypes(int index)

The list of processor types.

repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ProcessorType

getProcessorTypesCount()

public abstract int getProcessorTypesCount()

The list of processor types.

repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;

Returns
TypeDescription
int

getProcessorTypesList()

public abstract List<ProcessorType> getProcessorTypesList()

The list of processor types.

repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;

Returns
TypeDescription
List<ProcessorType>

getProcessorTypesOrBuilder(int index)

public abstract ProcessorTypeOrBuilder getProcessorTypesOrBuilder(int index)

The list of processor types.

repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ProcessorTypeOrBuilder

getProcessorTypesOrBuilderList()

public abstract List<? extends ProcessorTypeOrBuilder> getProcessorTypesOrBuilderList()

The list of processor types.

repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;

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