public static interface ImportProcessorVersionRequest.ExternalProcessorVersionSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getProcessorVersion()
Required.
|
com.google.protobuf.ByteString |
getProcessorVersionBytes()
Required.
|
String |
getServiceEndpoint()
Optional.
|
com.google.protobuf.ByteString |
getServiceEndpointBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getProcessorVersion()
Required. The processor version name. Format:
`projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}`
string processor_version = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.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];String getServiceEndpoint()
Optional. The Document AI service endpoint. For example, 'https://us-documentai.googleapis.com'
string service_endpoint = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getServiceEndpointBytes()
Optional. The Document AI service endpoint. For example, 'https://us-documentai.googleapis.com'
string service_endpoint = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2024 Google LLC. All rights reserved.