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."],[[["This webpage provides documentation for the `CreateIndexRequest` class within the Google Cloud Firestore Admin v1 API, with the latest version being 3.12.0."],["`CreateIndexRequest` is used for initiating the creation of indexes within Firestore, as part of the `FirestoreAdmin.CreateIndex` process."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all within the `Google.Protobuf` namespace."],["The class includes properties like `Index` (the index to create), `Parent` (the parent collection), and `ParentAsCollectionGroupName` (a typed view of the parent collection name)."],["It also has the ability to take in the parameter \"other\" in its constructor, to be used to create a new instance of the `CreateIndexRequest` class."]]],[]]