Class ListIndexesResponse (1.3.0)

public sealed class ListIndexesResponse : IMessage<ListIndexesResponse>, IEquatable<ListIndexesResponse>, IDeepCloneable<ListIndexesResponse>, IBufferMessage, IMessage, IPageResponse<Index>, IEnumerable<Index>, IEnumerable

The response for [google.datastore.admin.v1.DatastoreAdmin.ListIndexes][google.datastore.admin.v1.DatastoreAdmin.ListIndexes].

Inheritance

Object > ListIndexesResponse

Namespace

Google.Cloud.Datastore.Admin.V1

Assembly

Google.Cloud.Datastore.Admin.V1.dll

Constructors

ListIndexesResponse()

public ListIndexesResponse()

ListIndexesResponse(ListIndexesResponse)

public ListIndexesResponse(ListIndexesResponse other)
Parameter
NameDescription
otherListIndexesResponse

Properties

Indexes

public RepeatedField<Index> Indexes { get; }

The indexes.

Property Value
TypeDescription
RepeatedField<Index>

NextPageToken

public string NextPageToken { get; set; }

The standard List next-page token.

Property Value
TypeDescription
String

Methods

GetEnumerator()

public IEnumerator<Index> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Index>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator