public sealed class ListDocumentsResponse : IMessage<ListDocumentsResponse>, IEquatable<ListDocumentsResponse>, IDeepCloneable<ListDocumentsResponse>, IBufferMessage, IMessage, IPageResponse<Document>, IEnumerable<Document>, IEnumerable
Reference documentation and code samples for the Discovery Engine v1beta API class ListDocumentsResponse.
Response message for [DocumentService.ListDocuments][google.cloud.discoveryengine.v1beta.DocumentService.ListDocuments] method.
Implements
IMessageListDocumentsResponse, IEquatableListDocumentsResponse, IDeepCloneableListDocumentsResponse, IBufferMessage, IMessage, IPageResponseDocument, IEnumerableDocument, IEnumerableNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
ListDocumentsResponse()
public ListDocumentsResponse()
ListDocumentsResponse(ListDocumentsResponse)
public ListDocumentsResponse(ListDocumentsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListDocumentsResponse |
Properties
Documents
public RepeatedField<Document> Documents { get; }
The [Document][google.cloud.discoveryengine.v1beta.Document]s.
Property Value | |
---|---|
Type | Description |
RepeatedFieldDocument |
NextPageToken
public string NextPageToken { get; set; }
A token that can be sent as [ListDocumentsRequest.page_token][google.cloud.discoveryengine.v1beta.ListDocumentsRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<Document> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorDocument |