Interface ListProcessorTypesResponseOrBuilder (2.46.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
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Points to the next page, otherwise empty.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getProcessorTypes(int index)

public abstract ProcessorType getProcessorTypes(int index)

The processor types.

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

Parameter
Name Description
index int
Returns
Type Description
ProcessorType

getProcessorTypesCount()

public abstract int getProcessorTypesCount()

The processor types.

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

Returns
Type Description
int

getProcessorTypesList()

public abstract List<ProcessorType> getProcessorTypesList()

The processor types.

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

Returns
Type Description
List<ProcessorType>

getProcessorTypesOrBuilder(int index)

public abstract ProcessorTypeOrBuilder getProcessorTypesOrBuilder(int index)

The processor types.

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

Parameter
Name Description
index int
Returns
Type Description
ProcessorTypeOrBuilder

getProcessorTypesOrBuilderList()

public abstract List<? extends ProcessorTypeOrBuilder> getProcessorTypesOrBuilderList()

The processor types.

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

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