Interface ImportProcessorVersionRequest.ExternalProcessorVersionSourceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getProcessorVersion()
      Required.
      com.google.protobuf.ByteString getProcessorVersionBytes()
      Required.
      String getServiceEndpoint()
      Optional.
      com.google.protobuf.ByteString getServiceEndpointBytes()
      Optional.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getProcessorVersion

        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:
        The processorVersion.
      • getProcessorVersionBytes

        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];
        Returns:
        The bytes for processorVersion.
      • getServiceEndpoint

        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:
        The serviceEndpoint.
      • getServiceEndpointBytes

        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];
        Returns:
        The bytes for serviceEndpoint.