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-25 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 can be constructed and utilized with its public properties and constructors as seen on the page."],["The documentation outlines the class's inheritance from `object` and its implementation of several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` giving it multiple capabilities."],["The `GetInstanceRequest` class has properties such as `InstanceName` (of type `InstanceName`) and `Name` (of type `string`), which are used to specify the instance for which to get information, as well as displaying the numerous versions of the class and their reference pages."],["The latest version of this class available is version 3.24.0, with older versions of the `GetInstanceRequest` class spanning back to version 2.4.0, which are all linked on this page."]]],[]]