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 webpage provides documentation for the `GetInstanceRequest` class within the Google Cloud Bigtable Administration v2 API for .NET."],["The `GetInstanceRequest` class is used to send a request to the BigtableInstanceAdmin.GetInstance method, retrieving information about a specific Bigtable instance."],["The page lists available versions of this class, ranging from 2.4.0 to 3.24.0, with 3.24.0 marked as the latest release."],["The class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."],["The key properties for the `GetInstanceRequest` include `InstanceName`, which provides a typed view of the instance's resource name, and `Name`, a string representing the unique identifier of the requested instance in the format `projects/{project}/instances/{instance}`."]]],[]]