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, specifically for .NET development."],["The `GetInstanceRequest` class is used to formulate requests to retrieve details about a specific Bigtable instance, as managed by the `BigtableInstanceAdmin`."],["The page details the class's inheritance, implemented interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and the properties it contains, like `InstanceName` and `Name`."],["The page outlines available constructors for `GetInstanceRequest`, including a default constructor and one that takes another `GetInstanceRequest` object as a parameter."],["A comprehensive list of all versions for `GetInstanceRequest` is available with the latest being version 3.24.0."]]],[]]