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."],[[["The page provides reference documentation for the `GetInstanceRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for the .NET environment."],["This `GetInstanceRequest` class is used to request a specific instance from the Bigtable service, as part of the `BigtableInstanceAdmin.GetInstance` operation."],["The documentation details the class's properties, such as `InstanceName` and `Name`, which are crucial for specifying the targeted Bigtable instance."],["The page lists various versions of the API, ranging from version 2.4.0 to the latest version 3.24.0, allowing users to access documentation for different release versions."],["The page shows the `GetInstanceRequest` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]