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."],[[["This webpage provides documentation for the `GetClusterRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, detailing its structure and usage across multiple versions, from 2.4.0 to the latest 3.24.0."],["`GetClusterRequest` is a message type used for requesting a specific cluster in the BigtableInstanceAdmin and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits members from the `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `GetClusterRequest` class includes a `ClusterName` property of type `ClusterName` and a `Name` property of type `string`, which is required and specifies the unique identifier of the cluster being requested."],["The documentation includes the assembly this class lives in, `Google.Cloud.Bigtable.Admin.V2.dll`, as well as 2 constructors."]]],[]]