public sealed class CreateIndexRequest : IMessage<CreateIndexRequest>, IEquatable<CreateIndexRequest>, IDeepCloneable<CreateIndexRequest>, IBufferMessage, IMessage
The request for
[google.datastore.admin.v1.DatastoreAdmin.CreateIndex][google.datastore.admin.v1.DatastoreAdmin.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.Datastore.Admin.V1` namespace, specifically version 1.2.0."],["`CreateIndexRequest` is used to request the creation of an index via `google.datastore.admin.v1.DatastoreAdmin.CreateIndex`."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors: a default constructor and one that accepts another `CreateIndexRequest` object as a parameter."],["The `CreateIndexRequest` class has two main properties: `Index`, representing the index to be created, and `ProjectId`, representing the project ID for the request."]]],[]]