Interface ImportProcessorVersionRequestOrBuilder (2.24.0)

public interface ImportProcessorVersionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for processorVersionSource.

getSourceCase()

public abstract ImportProcessorVersionRequest.SourceCase getSourceCase()
Returns
TypeDescription
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
TypeDescription
boolean

Whether the processorVersionSource field is set.