public static interface ImportProcessorVersionRequest.ExternalProcessorVersionSourceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for serviceEndpoint. |