public interface ListProcessorTypesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
Points to the next page, otherwise empty.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Points to the next page, otherwise empty.
|
ProcessorType |
getProcessorTypes(int index)
The processor types.
|
int |
getProcessorTypesCount()
The processor types.
|
List<ProcessorType> |
getProcessorTypesList()
The processor types.
|
ProcessorTypeOrBuilder |
getProcessorTypesOrBuilder(int index)
The processor types.
|
List<? extends ProcessorTypeOrBuilder> |
getProcessorTypesOrBuilderList()
The processor types.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ProcessorType> getProcessorTypesList()
The processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;ProcessorType getProcessorTypes(int index)
The processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;int getProcessorTypesCount()
The processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;List<? extends ProcessorTypeOrBuilder> getProcessorTypesOrBuilderList()
The processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;ProcessorTypeOrBuilder getProcessorTypesOrBuilder(int index)
The processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;String getNextPageToken()
Points to the next page, otherwise empty.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Points to the next page, otherwise empty.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.