Class: Google::Cloud::DiscoveryEngine::V1beta::ListDocumentsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#documents::Array<::Google::Cloud::DiscoveryEngine::V1beta::Document>

Returns The Documents.



93
94
95
96
# File 'proto_docs/google/cloud/discoveryengine/v1beta/document_service.rb', line 93

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.

Returns:

  • (::String)

    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.



93
94
95
96
# File 'proto_docs/google/cloud/discoveryengine/v1beta/document_service.rb', line 93

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