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 for .NET."],["The `GetInstanceRequest` class is used to request information about a specific instance within Bigtable, with the latest version being 3.24.0, and going as far back as 2.4.0."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable\u003cGetInstanceRequest\u003e`, `IDeepCloneable\u003cGetInstanceRequest\u003e`, and `IBufferMessage`."],["Key properties of the `GetInstanceRequest` class include `InstanceName`, which provides a typed view of the resource name, and `Name`, which holds the unique name of the requested instance."],["The latest version available is version 3.24.0, and the page lists out 31 total versions, including the latest."]]],[]]