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 for the `BigtableInstanceAdmin.GetInstance` function within the `Google.Cloud.Bigtable.Admin.V2` namespace."],["The latest version of this class is 3.24.0, and the page provides access to versions dating back to 2.4.0 for this specific `GetInstanceRequest` class."],["The `GetInstanceRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two properties, `InstanceName` and `Name`, with the latter being a required field representing the unique identifier for the requested instance."],["There are two constructors for the GetInstanceRequest class, a default one with no parameters, and one that accepts another GetInstanceRequest as an argument."]]],[]]