Interface ListProcessorTypesResponseOrBuilder (2.45.0)

public interface ListProcessorTypesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

Points to the next page, otherwise empty.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Points to the next page, otherwise empty.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getProcessorTypes(int index)

public abstract ProcessorType getProcessorTypes(int index)

The processor types.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
ProcessorType

getProcessorTypesCount()

public abstract int getProcessorTypesCount()

The processor types.

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

Returns
TypeDescription
int

getProcessorTypesList()

public abstract List<ProcessorType> getProcessorTypesList()

The processor types.

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

Returns
TypeDescription
List<ProcessorType>

getProcessorTypesOrBuilder(int index)

public abstract ProcessorTypeOrBuilder getProcessorTypesOrBuilder(int index)

The processor types.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
ProcessorTypeOrBuilder

getProcessorTypesOrBuilderList()

public abstract List<? extends ProcessorTypeOrBuilder> getProcessorTypesOrBuilderList()

The processor types.

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

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