Discovery Engine v1beta API - Class ListDocumentsResponse (1.0.0-beta11)

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.

Inheritance

object > ListDocumentsResponse

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

ListDocumentsResponse()

public ListDocumentsResponse()

ListDocumentsResponse(ListDocumentsResponse)

public ListDocumentsResponse(ListDocumentsResponse other)
Parameter
NameDescription
otherListDocumentsResponse

Properties

Documents

public RepeatedField<Document> Documents { get; }

The [Document][google.cloud.discoveryengine.v1beta.Document]s.

Property Value
TypeDescription
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
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Document> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorDocument