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, with the latest version being 3.24.0 and version 2.4.0 being the lowest on the list."],["The `GetInstanceRequest` class is a request message used for `BigtableInstanceAdmin.GetInstance`, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `InstanceName` and `Name`, where `Name` is a required field representing the unique name of the requested instance."],["The documentation lists all versions, ranging from 3.24.0 down to 2.4.0, each linking to the `GetInstanceRequest` documentation for that version."],["It shows that the class inherits from the base object and includes two constructors: a default constructor and one that accepts another GetInstanceRequest instance as a parameter."]]],[]]