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 document provides reference documentation for the `GetInstanceRequest` class within the Google Cloud Bigtable Administration v2 API."],["The `GetInstanceRequest` class is used to request a specific instance from the BigtableInstanceAdmin, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class is found under the namespace `Google.Cloud.Bigtable.Admin.V2`, within the `Google.Cloud.Bigtable.Admin.V2.dll` assembly."],["The document lists different versions of the API, ranging from 2.4.0 to 3.24.0 (latest), for accessing `GetInstanceRequest` class."],["The `GetInstanceRequest` class includes properties like `InstanceName` and `Name`, and constructors for creating instances of the class."]]],[]]