public sealed class CreateIndexRequest : IMessage<CreateIndexRequest>, IEquatable<CreateIndexRequest>, IDeepCloneable<CreateIndexRequest>, IBufferMessage, IMessage
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 `CreateIndexRequest` is 3.12.0, with multiple previous versions ranging from 3.11.0 down to 2.2.0 available for reference."],["`CreateIndexRequest` is a class used to request the creation of a Firestore Admin index, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `CreateIndexRequest` includes two constructors, one default and another that accepts a `CreateIndexRequest` object for copying its properties."],["The `CreateIndexRequest` class has properties for `Index`, `Parent`, and `ParentAsCollectionGroupName`, where `Parent` and `Index` are required."],["The `Parent` property needs to be a string in a specific format:`projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`, or it can be accessed through the `ParentAsCollectionGroupName` property using the `CollectionGroupName` type."]]],[]]