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 reference documentation for the `CreateIndexRequest` class within the Google Cloud Datastore Admin V1 API, specifically for version 2.3.0."],["`CreateIndexRequest` is a class used to initiate a request for creating an index in the Datastore, as specified by the `google.datastore.admin.v1.DatastoreAdmin.CreateIndex` method."],["The `CreateIndexRequest` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities for message handling, equality checks, deep cloning, and buffer management."],["Key properties of `CreateIndexRequest` include `Index`, which is the index to be created, and `ProjectId`, which is the ID of the project making the request."],["This webpage also references earlier versions of the `CreateIndexRequest`, going all the way back to version 1.1.0 and showing that 2.4.0 is the latest version."]]],[]]