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."],[[["The page provides documentation for the `GetInstanceRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace for various versions, with the latest being version 3.24.0 and ranging to version 2.4.0."],["`GetInstanceRequest` is a request message used by BigtableInstanceAdmin.GetInstance, and it inherits from Object, while also implementing several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `GetInstanceRequest` class includes two constructors: a parameterless constructor, and one that takes another `GetInstanceRequest` as a parameter."],["The class contains two properties, `InstanceName`, which gives an `InstanceName`-typed view over the resource name property, and `Name`, which is the unique identifier of the requested instance in the format of `projects/{project}/instances/{instance}`."]]],[]]