public interface ListProcessorVersionsResponseOrBuilder
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.
|
ProcessorVersion |
getProcessorVersions(int index)
The list of processors.
|
int |
getProcessorVersionsCount()
The list of processors.
|
List<ProcessorVersion> |
getProcessorVersionsList()
The list of processors.
|
ProcessorVersionOrBuilder |
getProcessorVersionsOrBuilder(int index)
The list of processors.
|
List<? extends ProcessorVersionOrBuilder> |
getProcessorVersionsOrBuilderList()
The list of processors.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ProcessorVersion> getProcessorVersionsList()
The list of processors.
repeated .google.cloud.documentai.v1beta3.ProcessorVersion processor_versions = 1;ProcessorVersion getProcessorVersions(int index)
The list of processors.
repeated .google.cloud.documentai.v1beta3.ProcessorVersion processor_versions = 1;int getProcessorVersionsCount()
The list of processors.
repeated .google.cloud.documentai.v1beta3.ProcessorVersion processor_versions = 1;List<? extends ProcessorVersionOrBuilder> getProcessorVersionsOrBuilderList()
The list of processors.
repeated .google.cloud.documentai.v1beta3.ProcessorVersion processor_versions = 1;ProcessorVersionOrBuilder getProcessorVersionsOrBuilder(int index)
The list of processors.
repeated .google.cloud.documentai.v1beta3.ProcessorVersion processor_versions = 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.