Class: Google::Cloud::DiscoveryEngine::V1beta::ListDocumentsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::ListDocumentsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/document_service.rb
Overview
Response message for DocumentService.ListDocuments method.
Instance Attribute Summary collapse
-
#documents ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1beta::Document>
The Documents.
-
#next_page_token ⇒ ::String
A token that can be sent as ListDocumentsRequest.page_token to retrieve the next page.
Instance Attribute Details
#documents ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1beta::Document>
Returns The Documents.
94 95 96 97 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/document_service.rb', line 94 class ListDocumentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token that can be sent as ListDocumentsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
94 95 96 97 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/document_service.rb', line 94 class ListDocumentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |