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."],[[["This document provides reference documentation for the `GetIndexRequest` class within the Google Cloud Datastore Admin V1 API, specifically version 2.3.0."],["`GetIndexRequest` is a request object used to retrieve information about a specific index via the `DatastoreAdmin.GetIndex` method."],["The `GetIndexRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionalities for message handling, equality comparison, deep cloning, and buffer operations, respectively."],["The class is derived from the base object class, and it exposes two key properties, `IndexId` and `ProjectId`, both strings, used for specifying the index and the project against which the request should be executed."],["There are numerous versions of the `GetIndexRequest` class and the list provided ranges from version 2.4.0, the latest, down to 1.1.0."]]],[]]