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 provides documentation for the `GetInstanceRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace for .NET, which is used to request information about a specific Bigtable instance."],["The content lists various versions of the `GetInstanceRequest` class, ranging from version 2.4.0 to the latest version 3.24.0, each with links to their respective documentation."],["The `GetInstanceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `GetInstanceRequest` class includes two constructors and two main properties: `InstanceName`, which provides a typed view over the `Name`, and `Name`, which holds the unique identifier of the requested Bigtable instance."],["The documentation includes a version dropdown that shows all documented versions, which allows users to select the specific version they are using and see the corresponding API details."]]],[]]