public interface CreateProcessorRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Required. The parent (project and location) under which to create the processor.
Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The parent (project and location) under which to create the processor.
Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
getProcessor()
public abstract Processor getProcessor()Required. The processor to be created, requires [processor_type] and [display_name] to be set. Also, the processor is under CMEK if CMEK fields are set.
.google.cloud.documentai.v1.Processor processor = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| Processor | The processor. |
getProcessorOrBuilder()
public abstract ProcessorOrBuilder getProcessorOrBuilder()Required. The processor to be created, requires [processor_type] and [display_name] to be set. Also, the processor is under CMEK if CMEK fields are set.
.google.cloud.documentai.v1.Processor processor = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ProcessorOrBuilder |
hasProcessor()
public abstract boolean hasProcessor()Required. The processor to be created, requires [processor_type] and [display_name] to be set. Also, the processor is under CMEK if CMEK fields are set.
.google.cloud.documentai.v1.Processor processor = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the processor field is set. |