public interface FetchProcessorTypesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ProcessorType |
getProcessorTypes(int index)
The list of processor types.
|
int |
getProcessorTypesCount()
The list of processor types.
|
List<ProcessorType> |
getProcessorTypesList()
The list of processor types.
|
ProcessorTypeOrBuilder |
getProcessorTypesOrBuilder(int index)
The list of processor types.
|
List<? extends ProcessorTypeOrBuilder> |
getProcessorTypesOrBuilderList()
The list of processor types.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ProcessorType> getProcessorTypesList()
The list of processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;ProcessorType getProcessorTypes(int index)
The list of processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;int getProcessorTypesCount()
The list of processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;List<? extends ProcessorTypeOrBuilder> getProcessorTypesOrBuilderList()
The list of processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;ProcessorTypeOrBuilder getProcessorTypesOrBuilder(int index)
The list of processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;Copyright © 2024 Google LLC. All rights reserved.