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 page provides documentation for the `CreateIndexRequest` class within the Google Cloud Firestore Admin v1 API, specifically for version 3.10.0 of the .NET library."],["`CreateIndexRequest` is used to request the creation of a new index in Firestore, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and another to copy from an existing `CreateIndexRequest` object."],["It includes properties such as `Index` to define the composite index to create, `Parent` to define the parent resource name, and `ParentAsCollectionGroupName` for a typed view over the parent resource name."],["The page includes a list of links to the documentation for this class across different versions of the library, ranging from 2.2.0 to the latest version, 3.12.0."]]],[]]