public sealed class CreateIndexRequest : IMessage<CreateIndexRequest>, IEquatable<CreateIndexRequest>, IDeepCloneable<CreateIndexRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Datastore v1 API class CreateIndexRequest.
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 API, specifically for .NET developers."],["`CreateIndexRequest` is used to request the creation of an index, with the latest version being 2.4.0, and the webpage also includes other versions."],["The `CreateIndexRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering a variety of functionalities."],["The class includes properties like `Index`, which specifies the index to be created, and `ProjectId`, indicating the target project for the request."],["It contains constructors to create new instances either with default values, or using another `CreateIndexRequest` instance, plus a list of inherited members from the base class `object`."]]],[]]