public interface ListProcessorsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
Points to the next processor, otherwise empty.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Points to the next processor, otherwise empty.
|
Processor |
getProcessors(int index)
The list of processors.
|
int |
getProcessorsCount()
The list of processors.
|
List<Processor> |
getProcessorsList()
The list of processors.
|
ProcessorOrBuilder |
getProcessorsOrBuilder(int index)
The list of processors.
|
List<? extends ProcessorOrBuilder> |
getProcessorsOrBuilderList()
The list of processors.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Processor> getProcessorsList()
The list of processors.
repeated .google.cloud.documentai.v1beta3.Processor processors = 1;Processor getProcessors(int index)
The list of processors.
repeated .google.cloud.documentai.v1beta3.Processor processors = 1;int getProcessorsCount()
The list of processors.
repeated .google.cloud.documentai.v1beta3.Processor processors = 1;List<? extends ProcessorOrBuilder> getProcessorsOrBuilderList()
The list of processors.
repeated .google.cloud.documentai.v1beta3.Processor processors = 1;ProcessorOrBuilder getProcessorsOrBuilder(int index)
The list of processors.
repeated .google.cloud.documentai.v1beta3.Processor processors = 1;String getNextPageToken()
Points to the next processor, otherwise empty.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Points to the next processor, otherwise empty.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.