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 the `CreateIndexRequest` class is 3.12.0, part of the `Google.Cloud.Firestore.Admin.V1` namespace, with a history of versions listed from 3.0.0 up to 3.12.0."],["`CreateIndexRequest` is used for requesting the creation of a composite index via `FirestoreAdmin.CreateIndex`, inheriting from `Object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties such as `Index`, representing the composite index to be created, and `Parent`, which is a string in the format `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}` indicating the parent of the index."],["The `CreateIndexRequest` class contains two constructors: a default constructor and a constructor that accepts another `CreateIndexRequest` object as a parameter."],["The `ParentAsCollectionGroupName` property provides a typed view over the `Parent` resource name."]]],[]]