Firestore Admin v1 API - Class ListIndexesRequest (3.4.0)

public sealed class ListIndexesRequest : IMessage<ListIndexesRequest>, IEquatable<ListIndexesRequest>, IDeepCloneable<ListIndexesRequest>, IBufferMessage, IMessage, IPageRequest

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

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

Inheritance

object > ListIndexesRequest

Namespace

Google.Cloud.Firestore.Admin.V1

Assembly

Google.Cloud.Firestore.Admin.V1.dll

Constructors

ListIndexesRequest()

public ListIndexesRequest()

ListIndexesRequest(ListIndexesRequest)

public ListIndexesRequest(ListIndexesRequest other)
Parameter
NameDescription
otherListIndexesRequest

Properties

Filter

public string Filter { get; set; }

The filter to apply to list results.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

The number of results to return.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

A page token, returned from a previous call to [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes], that may be used to get the next page of results.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. A parent name of the form projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}

Property Value
TypeDescription
string

ParentAsCollectionGroupName

public CollectionGroupName ParentAsCollectionGroupName { get; set; }

CollectionGroupName-typed view over the Parent resource name property.

Property Value
TypeDescription
CollectionGroupName