Class: Google::Cloud::DocumentAI::V1::ListProcessorVersionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1::ListProcessorVersionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1/document_processor_service.rb
Overview
Response message for the ListProcessorVersions method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Points to the next processor, otherwise empty.
-
#processor_versions ⇒ ::Array<::Google::Cloud::DocumentAI::V1::ProcessorVersion>
The list of processors.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Points to the next processor, otherwise empty.
484 485 486 487 |
# File 'proto_docs/google/cloud/documentai/v1/document_processor_service.rb', line 484 class ListProcessorVersionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#processor_versions ⇒ ::Array<::Google::Cloud::DocumentAI::V1::ProcessorVersion>
Returns The list of processors.
484 485 486 487 |
# File 'proto_docs/google/cloud/documentai/v1/document_processor_service.rb', line 484 class ListProcessorVersionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |