public sealed class GetIndexRequest : IMessage<GetIndexRequest>, IEquatable<GetIndexRequest>, IDeepCloneable<GetIndexRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Datastore v1 API class GetIndexRequest.
The request for
[google.datastore.admin.v1.DatastoreAdmin.GetIndex][google.datastore.admin.v1.DatastoreAdmin.GetIndex].
[[["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 `GetIndexRequest` class is part of the Google Cloud Datastore Admin v1 API and is used to request information about a specific index."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cGetIndexRequest\u003e`, `IDeepCloneable\u003cGetIndexRequest\u003e`, and `IBufferMessage`."],["It has two constructors: a default one `GetIndexRequest()` and another one `GetIndexRequest(GetIndexRequest other)` that takes another `GetIndexRequest` object as a parameter for cloning."],["The `GetIndexRequest` class includes properties such as `IndexId` to specify the target index and `ProjectId` to set the relevant project for the request, both of which are strings."],["There are multiple versions of the API available, with 2.4.0 being the latest version for the `GetIndexRequest` class."]]],[]]