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 used for encryption/decryption in CMEK scenarios.
|
com.google.protobuf.ByteString |
getKmsKeyNameBytes()
The KMS key used for encryption/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.
|
Processor.State |
getState()
Output only.
|
int |
getStateValue()
Output only.
|
String |
getType()
The processor type, e.g., `OCR_PROCESSOR`, `INVOICE_PROCESSOR`, etc.
|
com.google.protobuf.ByteString |
getTypeBytes()
The processor type, e.g., `OCR_PROCESSOR`, `INVOICE_PROCESSOR`, etc.
|
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, e.g., `OCR_PROCESSOR`, `INVOICE_PROCESSOR`, etc. To get a list of processors types, see [FetchProcessorTypes][google.cloud.documentai.v1.DocumentProcessorService.FetchProcessorTypes].
string type = 2;com.google.protobuf.ByteString getTypeBytes()
The processor type, e.g., `OCR_PROCESSOR`, `INVOICE_PROCESSOR`, etc. To get a list of processors types, see [FetchProcessorTypes][google.cloud.documentai.v1.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.v1.Processor.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Processor.State getState()
Output only. The state of the processor.
.google.cloud.documentai.v1.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) = { ... }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 used for encryption/decryption in CMEK scenarios. See https://cloud.google.com/security-key-management.
string kms_key_name = 8;com.google.protobuf.ByteString getKmsKeyNameBytes()
The KMS key used for encryption/decryption in CMEK scenarios. See https://cloud.google.com/security-key-management.
string kms_key_name = 8;Copyright © 2022 Google LLC. All rights reserved.