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, specifically for .NET development."],["The `GetClusterRequest` class is used to construct requests for the `BigtableInstanceAdmin.GetCluster` method, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines various versions of the `GetClusterRequest`, ranging from version 3.24.0 (latest) down to 2.4.0, with links provided for each version."],["The `GetClusterRequest` class has properties such as `ClusterName` and `Name`, both of which are used to define the specific cluster being targeted."],["The page also lists the inherited members from the `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, along with the constructors `GetClusterRequest()` and `GetClusterRequest(GetClusterRequest)`."]]],[]]