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 details the `GetInstanceRequest` class, which is a request message used in the `BigtableInstanceAdmin.GetInstance` method within the Google Cloud Bigtable Admin V2 API."],["This class, `GetInstanceRequest`, is part of the `Google.Cloud.Bigtable.Admin.V2` namespace in the Google Cloud .NET library, specifically within the `Google.Cloud.Bigtable.Admin.V2.dll` assembly."],["The `GetInstanceRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, signifying its role in handling protocol buffer messages."],["The page lists multiple versions of the Bigtable Admin V2 API, ranging from the latest 3.24.0 down to 2.4.0, demonstrating the history of changes and updates to this specific request message, all pointing to documentation for `GetInstanceRequest`."],["The `GetInstanceRequest` class has two constructors, one with no parameters and the other taking another `GetInstanceRequest` object as a parameter, while also containing two properties, `InstanceName` and `Name`, with `Name` being the unique name of the requested instance in the format `projects/{project}/instances/{instance}`."]]],[]]