public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class GetInstanceRequest.
Request message for BigtableInstanceAdmin.GetInstance.
[[["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 latest version available for the `GetInstanceRequest` class in the Google Cloud Bigtable Admin v2 API is 3.24.0."],["This document provides reference for the `GetInstanceRequest` class, a request message used for retrieving a specific instance via BigtableInstanceAdmin.GetInstance."],["The `GetInstanceRequest` class inherits from `object` and implements interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetInstanceRequest` class includes properties such as `InstanceName` and `Name`, the latter being the unique identifier of a requested instance in the format `projects/{project}/instances/{instance}`."],["There are a multitude of prior versions of this class listed, all the way back to version 2.4.0."]]],[]]