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 various interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page lists numerous versions of the `Google.Cloud.Bigtable.Admin.V2` package, ranging from the latest 3.24.0 down to 2.4.0, with links to documentation for each version's `GetClusterRequest`."],["Key properties of the `GetClusterRequest` class include `ClusterName`, which is a typed view, and `Name`, which is a string representing the unique identifier of the cluster being requested."],["The page details the constructors available for `GetClusterRequest`, which are the default constructor and a copy constructor, as well as information about inherited members."]]],[]]