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 page provides reference documentation for the `GetInstanceRequest` class within the Google Cloud Bigtable Administration v2 API for .NET."],["The `GetInstanceRequest` class is used as a request message for the `BigtableInstanceAdmin.GetInstance` method, and it allows for the retrieval of a specific instance."],["This page lists the various versions of the `GetInstanceRequest` class available, ranging from version 2.4.0 to the latest version, 3.24.0, each with their own documentation."],["The `GetInstanceRequest` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities and features."],["The class includes properties such as `InstanceName` (a typed view over the resource name) and `Name` (the unique identifier of the requested instance)."]]],[]]