Interface ImportProcessorVersionRequest.ExternalProcessorVersionSourceOrBuilder (2.44.0)

public static interface ImportProcessorVersionRequest.ExternalProcessorVersionSourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProcessorVersion()

public abstract String getProcessorVersion()

Required. The processor version name. Format: projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}

string processor_version = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The processorVersion.

getProcessorVersionBytes()

public abstract ByteString getProcessorVersionBytes()

Required. The processor version name. Format: projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}

string processor_version = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for processorVersion.

getServiceEndpoint()

public abstract String getServiceEndpoint()

Optional. The Document AI service endpoint. For example, 'https://us-documentai.googleapis.com'

string service_endpoint = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The serviceEndpoint.

getServiceEndpointBytes()

public abstract ByteString getServiceEndpointBytes()

Optional. The Document AI service endpoint. For example, 'https://us-documentai.googleapis.com'

string service_endpoint = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for serviceEndpoint.