Interface FetchProcessorTypesResponseOrBuilder (2.46.0)

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.v1.ProcessorType processor_types = 1;

Parameter
Name Description
index int
Returns
Type Description
ProcessorType

getProcessorTypesCount()

public abstract int getProcessorTypesCount()

The list of processor types.

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

Returns
Type Description
int

getProcessorTypesList()

public abstract List<ProcessorType> getProcessorTypesList()

The list of processor types.

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

Returns
Type Description
List<ProcessorType>

getProcessorTypesOrBuilder(int index)

public abstract ProcessorTypeOrBuilder getProcessorTypesOrBuilder(int index)

The list of processor types.

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

Parameter
Name Description
index int
Returns
Type Description
ProcessorTypeOrBuilder

getProcessorTypesOrBuilderList()

public abstract List<? extends ProcessorTypeOrBuilder> getProcessorTypesOrBuilderList()

The list of processor types.

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

Returns
Type Description
List<? extends com.google.cloud.documentai.v1.ProcessorTypeOrBuilder>