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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of \u003ccode\u003eCreateIndexRequest\u003c/code\u003e is 3.12.0, with multiple previous versions ranging from 3.11.0 down to 2.2.0 available for reference.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCreateIndexRequest\u003c/code\u003e is a class used to request the creation of a Firestore Admin index, implementing several interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eCreateIndexRequest\u003c/code\u003e includes two constructors, one default and another that accepts a \u003ccode\u003eCreateIndexRequest\u003c/code\u003e object for copying its properties.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateIndexRequest\u003c/code\u003e class has properties for \u003ccode\u003eIndex\u003c/code\u003e, \u003ccode\u003eParent\u003c/code\u003e, and \u003ccode\u003eParentAsCollectionGroupName\u003c/code\u003e, where \u003ccode\u003eParent\u003c/code\u003e and \u003ccode\u003eIndex\u003c/code\u003e are required.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParent\u003c/code\u003e property needs to be a string in a specific format:\u003ccode\u003eprojects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}\u003c/code\u003e, or it can be accessed through the \u003ccode\u003eParentAsCollectionGroupName\u003c/code\u003e property using the \u003ccode\u003eCollectionGroupName\u003c/code\u003e type.\u003c/p\u003e\n"]]],[],null,[]]