Firestore Admin v1 API - Class GetIndexRequest (3.3.0)

public sealed class GetIndexRequest : IMessage<GetIndexRequest>, IEquatable<GetIndexRequest>, IDeepCloneable<GetIndexRequest>, IBufferMessage, IMessage

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

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

Inheritance

object > GetIndexRequest

Namespace

Google.Cloud.Firestore.Admin.V1

Assembly

Google.Cloud.Firestore.Admin.V1.dll

Constructors

GetIndexRequest()

public GetIndexRequest()

GetIndexRequest(GetIndexRequest)

public GetIndexRequest(GetIndexRequest other)
Parameter
NameDescription
otherGetIndexRequest

Properties

IndexName

public IndexName IndexName { get; set; }

IndexName-typed view over the Name resource name property.

Property Value
TypeDescription
IndexName

Name

public string Name { get; set; }

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

Property Value
TypeDescription
string