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 webpage details the `GetInstanceRequest` class, a request message used in the BigtableInstanceAdmin to get instance information."],["The `GetInstanceRequest` class is part of the `Google.Cloud.Bigtable.Admin.V2` namespace and is implemented in the `Google.Cloud.Bigtable.Admin.V2.dll` assembly."],["The page offers a list of versioned documentation, ranging from the latest version (3.24.0) down to version 2.4.0 for the `GetInstanceRequest`, accessible via links to each individual version."],["The `GetInstanceRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetInstanceRequest` class include `InstanceName` (a typed view) and `Name`, which represents the unique identifier for the requested instance in the format of `projects/{project}/instances/{instance}`."]]],[]]