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 page details the `GetInstanceRequest` class, a request message used in the `BigtableInstanceAdmin.GetInstance` method within the `Google.Cloud.Bigtable.Admin.V2` namespace for .NET."],["The latest version of `GetInstanceRequest` is 3.24.0, and there is an extensive list of previous versions available, starting from 3.0.0."],["The `GetInstanceRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two properties, `InstanceName` which is a `Google.Cloud.Bigtable.Common.V2.InstanceName`-typed view, and `Name` which is a `string` representing the requested instance's unique name."],["There are two constructors available, a default constructor, and a copy constructor which accepts another `GetInstanceRequest` instance."]]],[]]