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 in .NET, which is used to request information about a specific Bigtable instance."],["The documentation covers various versions of the `GetInstanceRequest` class, ranging from version 2.4.0 to the latest version 3.24.0."],["`GetInstanceRequest` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for handling and manipulating data."],["The class has two constructors, a default one and one that takes another `GetInstanceRequest` as an argument, allowing for copying of existing instances."],["The key properties of the `GetInstanceRequest` class are `InstanceName`, which is a typed view of the resource name, and `Name`, which represents the unique identifier of the requested instance in the format of `projects/{project}/instances/{instance}`."]]],[]]