public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessage
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."],[[["This document provides documentation for the `GetInstanceRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, which is used for requesting information about a specific instance in Google Cloud Bigtable."],["The `GetInstanceRequest` class is available across multiple versions, ranging from version 2.4.0 up to the latest version 3.24.0."],["The `GetInstanceRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one default and one that takes another `GetInstanceRequest` object, and has properties `InstanceName` and `Name` to get or set the name of the instance being requested."],["The `Name` property is a string that represents the unique name of the requested instance, following the format `projects/{project}/instances/{instance}`."]]],[]]