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."],[[["The `CreateIndexRequest` class is used to request the creation of an index within the Google Cloud Datastore Admin V1 service."],["This class is part of the `Google.Cloud.Datastore.Admin.V1` namespace and is found within the `Google.Cloud.Datastore.Admin.V1.dll` assembly."],["`CreateIndexRequest` inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Index`, which represents the index to be created, and `ProjectId`, which specifies the project ID for the request."],["It is possible to construct the `CreateIndexRequest` object, either using the parameterless method or by providing another `CreateIndexRequest` object."]]],[]]