Class: Google::Cloud::DocumentAI::V1beta3::ImportProcessorVersionRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb

Overview

The request message for the ImportProcessorVersion method. Requirements:

The destination project is specified as part of the parent field. The source project is specified as part of the [source][ImportProcessorVersionRequest.processor_version_source or ImportProcessorVersionRequest.external_processor_version_source] field.

Defined Under Namespace

Classes: ExternalProcessorVersionSource

Instance Attribute Summary collapse

Instance Attribute Details

#external_processor_version_source::Google::Cloud::DocumentAI::V1beta3::ImportProcessorVersionRequest::ExternalProcessorVersionSource

Returns The source processor version to import from, and can be from different environment and region than the destination processor.

Returns:



1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 1020

class ImportProcessorVersionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The external source processor version.
  # @!attribute [rw] processor_version
  #   @return [::String]
  #     Required. The processor version name. Format:
  #     `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}`
  # @!attribute [rw] service_endpoint
  #   @return [::String]
  #     Optional. The Document AI service endpoint. For example,
  #     'https://us-documentai.googleapis.com'
  class ExternalProcessorVersionSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#parent::String

Returns Required. The destination processor name to create the processor version in. Format: projects/{project}/locations/{location}/processors/{processor}.

Returns:

  • (::String)

    Required. The destination processor name to create the processor version in. Format: projects/{project}/locations/{location}/processors/{processor}



1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 1020

class ImportProcessorVersionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The external source processor version.
  # @!attribute [rw] processor_version
  #   @return [::String]
  #     Required. The processor version name. Format:
  #     `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}`
  # @!attribute [rw] service_endpoint
  #   @return [::String]
  #     Optional. The Document AI service endpoint. For example,
  #     'https://us-documentai.googleapis.com'
  class ExternalProcessorVersionSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#processor_version_source::String

Returns The source processor version to import from. The source processor version and destination processor need to be in the same environment and region.

Returns:

  • (::String)

    The source processor version to import from. The source processor version and destination processor need to be in the same environment and region.



1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 1020

class ImportProcessorVersionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The external source processor version.
  # @!attribute [rw] processor_version
  #   @return [::String]
  #     Required. The processor version name. Format:
  #     `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}`
  # @!attribute [rw] service_endpoint
  #   @return [::String]
  #     Optional. The Document AI service endpoint. For example,
  #     'https://us-documentai.googleapis.com'
  class ExternalProcessorVersionSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end