Interface ListProcessorsResponseOrBuilder (2.7.2)

public interface ListProcessorsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

Points to the next processor, otherwise empty.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Points to the next processor, otherwise empty.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getProcessors(int index)

public abstract Processor getProcessors(int index)

The list of processors.

repeated .google.cloud.documentai.v1beta3.Processor processors = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Processor

getProcessorsCount()

public abstract int getProcessorsCount()

The list of processors.

repeated .google.cloud.documentai.v1beta3.Processor processors = 1;

Returns
TypeDescription
int

getProcessorsList()

public abstract List<Processor> getProcessorsList()

The list of processors.

repeated .google.cloud.documentai.v1beta3.Processor processors = 1;

Returns
TypeDescription
List<Processor>

getProcessorsOrBuilder(int index)

public abstract ProcessorOrBuilder getProcessorsOrBuilder(int index)

The list of processors.

repeated .google.cloud.documentai.v1beta3.Processor processors = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ProcessorOrBuilder

getProcessorsOrBuilderList()

public abstract List<? extends ProcessorOrBuilder> getProcessorsOrBuilderList()

The list of processors.

repeated .google.cloud.documentai.v1beta3.Processor processors = 1;

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