Class: Google::Cloud::DocumentAI::V1beta3::ListProcessorVersionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::ListProcessorVersionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1beta3/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::V1beta3::ProcessorVersion>
The list of processors.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Points to the next processor, otherwise empty.
555 556 557 558 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 555 class ListProcessorVersionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#processor_versions ⇒ ::Array<::Google::Cloud::DocumentAI::V1beta3::ProcessorVersion>
Returns The list of processors.
555 556 557 558 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 555 class ListProcessorVersionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |