Class: Google::Cloud::DocumentAI::V1beta3::ImportProcessorVersionResponse

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 response message for the ImportProcessorVersion method.

Instance Attribute Summary collapse

Instance Attribute Details

#processor_version::String

Returns The destination processor version name.

Returns:

  • (::String)

    The destination processor version name.



1073
1074
1075
1076
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 1073

class ImportProcessorVersionResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end