public sealed class ListDataStoresResponse : IMessage<ListDataStoresResponse>, IEquatable<ListDataStoresResponse>, IDeepCloneable<ListDataStoresResponse>, IBufferMessage, IMessage, IPageResponse<DataStore>, IEnumerable<DataStore>, IEnumerable
Reference documentation and code samples for the Discovery Engine v1 API class ListDataStoresResponse.
Response message for [DataStoreService.ListDataStores][google.cloud.discoveryengine.v1.DataStoreService.ListDataStores] method.
Implements
IMessageListDataStoresResponse, IEquatableListDataStoresResponse, IDeepCloneableListDataStoresResponse, IBufferMessage, IMessage, IPageResponseDataStore, IEnumerableDataStore, IEnumerableNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
ListDataStoresResponse()
public ListDataStoresResponse()
ListDataStoresResponse(ListDataStoresResponse)
public ListDataStoresResponse(ListDataStoresResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListDataStoresResponse |
Properties
DataStores
public RepeatedField<DataStore> DataStores { get; }
All the customer's [DataStore][google.cloud.discoveryengine.v1.DataStore]s.
Property Value | |
---|---|
Type | Description |
RepeatedFieldDataStore |
NextPageToken
public string NextPageToken { get; set; }
A token that can be sent as [ListDataStoresRequest.page_token][google.cloud.discoveryengine.v1.ListDataStoresRequest.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<DataStore> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorDataStore |