public interface ImportProcessorVersionRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Required. The destination processor name to create the processor version
in. Format:
projects/{project}/locations/{location}/processors/{processor}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The destination processor name to create the processor version
in. Format:
projects/{project}/locations/{location}/processors/{processor}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getProcessorVersionSource()
public abstract String getProcessorVersionSource()The source processor version to import from. The source processor version and destination processor need to be in the same environment and region.
string processor_version_source = 2 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The processorVersionSource. |
getProcessorVersionSourceBytes()
public abstract ByteString getProcessorVersionSourceBytes()The source processor version to import from. The source processor version and destination processor need to be in the same environment and region.
string processor_version_source = 2 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for processorVersionSource. |
getSourceCase()
public abstract ImportProcessorVersionRequest.SourceCase getSourceCase()| Returns | |
|---|---|
| Type | Description |
ImportProcessorVersionRequest.SourceCase |
|
hasProcessorVersionSource()
public abstract boolean hasProcessorVersionSource()The source processor version to import from. The source processor version and destination processor need to be in the same environment and region.
string processor_version_source = 2 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the processorVersionSource field is set. |