public sealed class ListIndexesResponse : IMessage<ListIndexesResponse>, IEquatable<ListIndexesResponse>, IDeepCloneable<ListIndexesResponse>, IBufferMessage, IMessage, IPageResponse<Index>, IEnumerable<Index>, IEnumerableReference documentation and code samples for the Cloud Datastore v1 API class ListIndexesResponse.
The response for [google.datastore.admin.v1.DatastoreAdmin.ListIndexes][google.datastore.admin.v1.DatastoreAdmin.ListIndexes].
Implements
IMessageListIndexesResponse, IEquatableListIndexesResponse, IDeepCloneableListIndexesResponse, IBufferMessage, IMessage, IPageResponseIndex, IEnumerableIndex, IEnumerableNamespace
Google.Cloud.Datastore.Admin.V1Assembly
Google.Cloud.Datastore.Admin.V1.dll
Constructors
ListIndexesResponse()
public ListIndexesResponse()ListIndexesResponse(ListIndexesResponse)
public ListIndexesResponse(ListIndexesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListIndexesResponse |
Properties
Indexes
public RepeatedField<Index> Indexes { get; }The indexes.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldIndex |
|
NextPageToken
public string NextPageToken { get; set; }The standard List next-page token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<Index> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorIndex |
|