public interface ProcessorTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowCreation()
Whether the processor type allows creation.
|
ProcessorType.LocationInfo |
getAvailableLocations(int index)
The locations in which this processor is available.
|
int |
getAvailableLocationsCount()
The locations in which this processor is available.
|
List<ProcessorType.LocationInfo> |
getAvailableLocationsList()
The locations in which this processor is available.
|
ProcessorType.LocationInfoOrBuilder |
getAvailableLocationsOrBuilder(int index)
The locations in which this processor is available.
|
List<? extends ProcessorType.LocationInfoOrBuilder> |
getAvailableLocationsOrBuilderList()
The locations in which this processor is available.
|
String |
getCategory()
The processor category, used by UI to group processor types.
|
com.google.protobuf.ByteString |
getCategoryBytes()
The processor category, used by UI to group processor types.
|
com.google.api.LaunchStage |
getLaunchStage()
Launch stage of the processor type
.google.api.LaunchStage launch_stage = 8; |
int |
getLaunchStageValue()
Launch stage of the processor type
.google.api.LaunchStage launch_stage = 8; |
String |
getName()
The resource name of the processor type.
|
com.google.protobuf.ByteString |
getNameBytes()
The resource name of the processor type.
|
String |
getSampleDocumentUris(int index)
A set of Cloud Storage URIs of sample documents for this processor.
|
com.google.protobuf.ByteString |
getSampleDocumentUrisBytes(int index)
A set of Cloud Storage URIs of sample documents for this processor.
|
int |
getSampleDocumentUrisCount()
A set of Cloud Storage URIs of sample documents for this processor.
|
List<String> |
getSampleDocumentUrisList()
A set of Cloud Storage URIs of sample documents for this processor.
|
String |
getType()
The processor type, such as: `OCR_PROCESSOR`, `INVOICE_PROCESSOR`.
|
com.google.protobuf.ByteString |
getTypeBytes()
The processor type, such as: `OCR_PROCESSOR`, `INVOICE_PROCESSOR`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The resource name of the processor type.
Format: `projects/{project}/processorTypes/{processor_type}`
string name = 1;com.google.protobuf.ByteString getNameBytes()
The resource name of the processor type.
Format: `projects/{project}/processorTypes/{processor_type}`
string name = 1;String getType()
The processor type, such as: `OCR_PROCESSOR`, `INVOICE_PROCESSOR`.
string type = 2;com.google.protobuf.ByteString getTypeBytes()
The processor type, such as: `OCR_PROCESSOR`, `INVOICE_PROCESSOR`.
string type = 2;String getCategory()
The processor category, used by UI to group processor types.
string category = 3;com.google.protobuf.ByteString getCategoryBytes()
The processor category, used by UI to group processor types.
string category = 3;List<ProcessorType.LocationInfo> getAvailableLocationsList()
The locations in which this processor is available.
repeated .google.cloud.documentai.v1beta3.ProcessorType.LocationInfo available_locations = 4;
ProcessorType.LocationInfo getAvailableLocations(int index)
The locations in which this processor is available.
repeated .google.cloud.documentai.v1beta3.ProcessorType.LocationInfo available_locations = 4;
int getAvailableLocationsCount()
The locations in which this processor is available.
repeated .google.cloud.documentai.v1beta3.ProcessorType.LocationInfo available_locations = 4;
List<? extends ProcessorType.LocationInfoOrBuilder> getAvailableLocationsOrBuilderList()
The locations in which this processor is available.
repeated .google.cloud.documentai.v1beta3.ProcessorType.LocationInfo available_locations = 4;
ProcessorType.LocationInfoOrBuilder getAvailableLocationsOrBuilder(int index)
The locations in which this processor is available.
repeated .google.cloud.documentai.v1beta3.ProcessorType.LocationInfo available_locations = 4;
boolean getAllowCreation()
Whether the processor type allows creation. If true, users can create a processor of this processor type. Otherwise, users need to request access.
bool allow_creation = 6;int getLaunchStageValue()
Launch stage of the processor type
.google.api.LaunchStage launch_stage = 8;com.google.api.LaunchStage getLaunchStage()
Launch stage of the processor type
.google.api.LaunchStage launch_stage = 8;List<String> getSampleDocumentUrisList()
A set of Cloud Storage URIs of sample documents for this processor.
repeated string sample_document_uris = 9;int getSampleDocumentUrisCount()
A set of Cloud Storage URIs of sample documents for this processor.
repeated string sample_document_uris = 9;String getSampleDocumentUris(int index)
A set of Cloud Storage URIs of sample documents for this processor.
repeated string sample_document_uris = 9;index - The index of the element to return.com.google.protobuf.ByteString getSampleDocumentUrisBytes(int index)
A set of Cloud Storage URIs of sample documents for this processor.
repeated string sample_document_uris = 9;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.