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 available for the `CreateIndexRequest` class is 3.12.0, part of the Google.Cloud.Firestore.Admin.V1 API."],["`CreateIndexRequest` is used to initiate the creation of a new index within Firestore using the `FirestoreAdmin.CreateIndex` method."],["The class `CreateIndexRequest` implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `CreateIndexRequest` class has a constructor that can take another `CreateIndexRequest` instance as a parameter for copying."],["The `CreateIndexRequest` class requires specifying the `Index` and the `Parent`, the latter being the database collection where the index will be created, to create an index."]]],[]]