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` class is 3.12.0, with version 3.4.0 also listed in the content."],["`CreateIndexRequest` is part of the Firestore Admin v1 API, specifically within the `Google.Cloud.Firestore.Admin.V1` namespace and is found in the assembly `Google.Cloud.Firestore.Admin.V1.dll`."],["The `CreateIndexRequest` class implements multiple interfaces, including `IMessage`, `IEquatable\u003cCreateIndexRequest\u003e`, `IDeepCloneable\u003cCreateIndexRequest\u003e`, and `IBufferMessage`."],["The `CreateIndexRequest` class has two constructors: one default and one that accepts another `CreateIndexRequest` object, which is used for creating a new request based on an existing one."],["Key properties of the `CreateIndexRequest` class include `Index` for the composite index to be created, and `Parent` which contains the name of the parent collection group, and also contains the `ParentAsCollectionGroupName` as a typed view."]]],[]]