public interface ProcessorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
The time the processor was created.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
The time the processor was created.
|
String |
getDefaultProcessorVersion()
The default processor version.
|
com.google.protobuf.ByteString |
getDefaultProcessorVersionBytes()
The default processor version.
|
String |
getDisplayName()
The display name of the processor.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The display name of the processor.
|
String |
getKmsKeyName()
The [KMS key](https://cloud.google.com/security-key-management) used for
encryption and decryption in CMEK scenarios.
|
com.google.protobuf.ByteString |
getKmsKeyNameBytes()
The [KMS key](https://cloud.google.com/security-key-management) used for
encryption and decryption in CMEK scenarios.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
String |
getProcessEndpoint()
Output only.
|
com.google.protobuf.ByteString |
getProcessEndpointBytes()
Output only.
|
ProcessorVersionAlias |
getProcessorVersionAliases(int index)
Output only.
|
int |
getProcessorVersionAliasesCount()
Output only.
|
List<ProcessorVersionAlias> |
getProcessorVersionAliasesList()
Output only.
|
ProcessorVersionAliasOrBuilder |
getProcessorVersionAliasesOrBuilder(int index)
Output only.
|
List<? extends ProcessorVersionAliasOrBuilder> |
getProcessorVersionAliasesOrBuilderList()
Output only.
|
boolean |
getSatisfiesPzi()
Output only.
|
boolean |
getSatisfiesPzs()
Output only.
|
Processor.State |
getState()
Output only.
|
int |
getStateValue()
Output only.
|
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`.
|
boolean |
hasCreateTime()
The time the processor was created.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Output only. Immutable. The resource name of the processor.
Format: `projects/{project}/locations/{location}/processors/{processor}`
string name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.ByteString getNameBytes()
Output only. Immutable. The resource name of the processor.
Format: `projects/{project}/locations/{location}/processors/{processor}`
string name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OUTPUT_ONLY];
String getType()
The processor type, such as: `OCR_PROCESSOR`, `INVOICE_PROCESSOR`. To get a list of processor types, see [FetchProcessorTypes][google.cloud.documentai.v1beta3.DocumentProcessorService.FetchProcessorTypes].
string type = 2;com.google.protobuf.ByteString getTypeBytes()
The processor type, such as: `OCR_PROCESSOR`, `INVOICE_PROCESSOR`. To get a list of processor types, see [FetchProcessorTypes][google.cloud.documentai.v1beta3.DocumentProcessorService.FetchProcessorTypes].
string type = 2;String getDisplayName()
The display name of the processor.
string display_name = 3;com.google.protobuf.ByteString getDisplayNameBytes()
The display name of the processor.
string display_name = 3;int getStateValue()
Output only. The state of the processor.
.google.cloud.documentai.v1beta3.Processor.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Processor.State getState()
Output only. The state of the processor.
.google.cloud.documentai.v1beta3.Processor.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getDefaultProcessorVersion()
The default processor version.
string default_processor_version = 9 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getDefaultProcessorVersionBytes()
The default processor version.
string default_processor_version = 9 [(.google.api.resource_reference) = { ... }List<ProcessorVersionAlias> getProcessorVersionAliasesList()
Output only. The processor version aliases.
repeated .google.cloud.documentai.v1beta3.ProcessorVersionAlias processor_version_aliases = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
ProcessorVersionAlias getProcessorVersionAliases(int index)
Output only. The processor version aliases.
repeated .google.cloud.documentai.v1beta3.ProcessorVersionAlias processor_version_aliases = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getProcessorVersionAliasesCount()
Output only. The processor version aliases.
repeated .google.cloud.documentai.v1beta3.ProcessorVersionAlias processor_version_aliases = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<? extends ProcessorVersionAliasOrBuilder> getProcessorVersionAliasesOrBuilderList()
Output only. The processor version aliases.
repeated .google.cloud.documentai.v1beta3.ProcessorVersionAlias processor_version_aliases = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
ProcessorVersionAliasOrBuilder getProcessorVersionAliasesOrBuilder(int index)
Output only. The processor version aliases.
repeated .google.cloud.documentai.v1beta3.ProcessorVersionAlias processor_version_aliases = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getProcessEndpoint()
Output only. Immutable. The http endpoint that can be called to invoke processing.
string process_endpoint = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
com.google.protobuf.ByteString getProcessEndpointBytes()
Output only. Immutable. The http endpoint that can be called to invoke processing.
string process_endpoint = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
boolean hasCreateTime()
The time the processor was created.
.google.protobuf.Timestamp create_time = 7;com.google.protobuf.Timestamp getCreateTime()
The time the processor was created.
.google.protobuf.Timestamp create_time = 7;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The time the processor was created.
.google.protobuf.Timestamp create_time = 7;String getKmsKeyName()
The [KMS key](https://cloud.google.com/security-key-management) used for encryption and decryption in CMEK scenarios.
string kms_key_name = 8;com.google.protobuf.ByteString getKmsKeyNameBytes()
The [KMS key](https://cloud.google.com/security-key-management) used for encryption and decryption in CMEK scenarios.
string kms_key_name = 8;boolean getSatisfiesPzs()
Output only. Reserved for future use.
bool satisfies_pzs = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean getSatisfiesPzi()
Output only. Reserved for future use.
bool satisfies_pzi = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2024 Google LLC. All rights reserved.