Document AI V1beta3 API - Class Google::Cloud::DocumentAI::V1beta3::ImportProcessorVersionRequest (v0.22.0)

Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::ImportProcessorVersionRequest.

The request message for the ImportProcessorVersion method. This method requires Document AI Service Agent of the destination project in the source project's IAM with Document AI Editor role.

The destination project is specified as part of the parent field. The source project is specified as part of source field.

The Service Agent for Document AI can be found in https://cloud.google.com/iam/docs/service-agents.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The destination processor name to create the processor version in. Format: projects/{project}/locations/{location}/processors/{processor}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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}

#processor_version_source

def processor_version_source() -> ::String
Returns
  • (::String) — The source processor version to import from.

#processor_version_source=

def processor_version_source=(value) -> ::String
Parameter
  • value (::String) — The source processor version to import from.
Returns
  • (::String) — The source processor version to import from.