Class: Google::Cloud::DocumentAI::V1beta3::ImportProcessorVersionResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::ImportProcessorVersionResponse
- 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
-
#processor_version ⇒ ::String
The destination processor version name.
Instance Attribute Details
#processor_version ⇒ ::String
Returns The destination processor version name.
1029 1030 1031 1032 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 1029 class ImportProcessorVersionResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |