Firestore Admin v1 API - Class ListIndexesResponse (3.1.0)

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

Reference documentation and code samples for the Firestore Admin v1 API class ListIndexesResponse.

The response for [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes].

Inheritance

Object > ListIndexesResponse

Namespace

Google.Cloud.Firestore.Admin.V1

Assembly

Google.Cloud.Firestore.Admin.V1.dll

Constructors

ListIndexesResponse()

public ListIndexesResponse()

ListIndexesResponse(ListIndexesResponse)

public ListIndexesResponse(ListIndexesResponse other)
Parameter
NameDescription
otherListIndexesResponse

Properties

Indexes

public RepeatedField<Index> Indexes { get; }

The requested indexes.

Property Value
TypeDescription
RepeatedField<Index>

NextPageToken

public string NextPageToken { get; set; }

A page token that may be used to request another page of results. If blank, this is the last page.

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