public interface FetchProcessorTypesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getProcessorTypes(int index)
public abstract ProcessorType getProcessorTypes(int index)The list of processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ProcessorType |
|
getProcessorTypesCount()
public abstract int getProcessorTypesCount()The list of processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getProcessorTypesList()
public abstract List<ProcessorType> getProcessorTypesList()The list of processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;
| Returns | |
|---|---|
| Type | Description |
List<ProcessorType> |
|
getProcessorTypesOrBuilder(int index)
public abstract ProcessorTypeOrBuilder getProcessorTypesOrBuilder(int index)The list of processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ProcessorTypeOrBuilder |
|
getProcessorTypesOrBuilderList()
public abstract List<? extends ProcessorTypeOrBuilder> getProcessorTypesOrBuilderList()The list of processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.documentai.v1beta3.ProcessorTypeOrBuilder> |
|