public interface ListProcessorsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()Points to the next processor, otherwise empty.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()Points to the next processor, otherwise empty.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |
getProcessors(int index)
public abstract Processor getProcessors(int index)The list of processors.
repeated .google.cloud.documentai.v1.Processor processors = 1;
| Name | Description |
| index | int |
| Type | Description |
| Processor |
getProcessorsCount()
public abstract int getProcessorsCount()The list of processors.
repeated .google.cloud.documentai.v1.Processor processors = 1;
| Type | Description |
| int |
getProcessorsList()
public abstract List<Processor> getProcessorsList()The list of processors.
repeated .google.cloud.documentai.v1.Processor processors = 1;
| Type | Description |
| List<Processor> |
getProcessorsOrBuilder(int index)
public abstract ProcessorOrBuilder getProcessorsOrBuilder(int index)The list of processors.
repeated .google.cloud.documentai.v1.Processor processors = 1;
| Name | Description |
| index | int |
| Type | Description |
| ProcessorOrBuilder |
getProcessorsOrBuilderList()
public abstract List<? extends ProcessorOrBuilder> getProcessorsOrBuilderList()The list of processors.
repeated .google.cloud.documentai.v1.Processor processors = 1;
| Type | Description |
| List<? extends com.google.cloud.documentai.v1.ProcessorOrBuilder> |