public sealed class GetClusterRequest : IMessage<GetClusterRequest>, IEquatable<GetClusterRequest>, IDeepCloneable<GetClusterRequest>, IBufferMessage, IMessage
Request message for BigtableInstanceAdmin.GetCluster.
[[["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."],[[["The webpage details the `GetClusterRequest` class, which is a request message used within the `Google.Cloud.Bigtable.Admin.V2` namespace for retrieving cluster information in Google Cloud Bigtable."],["The latest version available is 3.24.0, with a range of previous versions listed from 3.23.0 down to 2.4.0, allowing users to access documentation for different iterations."],["The `GetClusterRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are all common in the .NET ecosystem for message handling and deep copying."],["`GetClusterRequest` includes two constructors, `GetClusterRequest()` for creating a new instance and `GetClusterRequest(GetClusterRequest other)` for creating a copy, enabling flexible object instantiation."],["The two properties associated with the class, `ClusterName` and `Name`, are respectively a typed view, and a required unique name of the requested cluster in the form of `projects/{project}/instances/{instance}/clusters/{cluster}`."]]],[]]