public sealed class CreateIndexRequest : IMessage<CreateIndexRequest>, IEquatable<CreateIndexRequest>, IDeepCloneable<CreateIndexRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class CreateIndexRequest.
The request for
[FirestoreAdmin.CreateIndex][google.firestore.admin.v1.FirestoreAdmin.CreateIndex].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `CreateIndexRequest` is 3.12.0, with documentation provided, and there are multiple previous versions available, ranging down to version 2.2.0."],["`CreateIndexRequest` is a class within the Firestore Admin v1 API, specifically for requesting the creation of an index, as part of the `Google.Cloud.Firestore.Admin.V1` namespace."],["The `CreateIndexRequest` class inherits from `object` and implements `IMessage`, `IEquatable\u003cCreateIndexRequest\u003e`, `IDeepCloneable\u003cCreateIndexRequest\u003e`, and `IBufferMessage`."],["The class has two constructors, a parameterless constructor and one that takes another `CreateIndexRequest` instance as input, and it provides properties such as `Index`, `Parent`, and `ParentAsCollectionGroupName`."],["The `CreateIndexRequest` class requires the composite index to create, with a parent name of the form `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`."]]],[]]