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 retrieving information about a specific cluster in Google Cloud Bigtable, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page includes links to documentation for various versions of the `Google.Cloud.Bigtable.Admin.V2` package, ranging from version 2.4.0 to 3.24.0, with 3.24.0 being the latest version."],["The `GetClusterRequest` class has two key properties, `ClusterName` and `Name`, where `Name` represents the unique identifier of the requested cluster in the format `projects/{project}/instances/{instance}/clusters/{cluster}`."],["The page provides two constructors for the `GetClusterRequest` class, one empty and one that copies a pre existing `GetClusterRequest` object."]]],[]]