public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class GetInstanceRequest.
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 reference documentation for the `GetInstanceRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET."],["The `GetInstanceRequest` class is used to request a specific Bigtable instance and is part of the `Google.Cloud.Bigtable.Admin.V2` namespace."],["The page lists various versions of the documentation, from the latest 3.24.0 down to 2.4.0, with the current version being 3.18.0, showing the evolution of the `GetInstanceRequest`."],["The `GetInstanceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["Key properties of the `GetInstanceRequest` class include `InstanceName` and `Name`, which are used to identify and specify the Bigtable instance being requested."]]],[]]