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 page provides documentation for the `GetClusterRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, detailing its properties, constructors, and inherited members."],["The latest version documented is 3.24.0, and the page provides a comprehensive list of versions back to 2.4.0, with links to their respective documentation for `GetClusterRequest`."],["`GetClusterRequest` is used to retrieve information about a specific cluster within Google Cloud Bigtable, and is identified by a unique name."],["The `GetClusterRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetClusterRequest` class include `ClusterName` (a typed view) and `Name` (the unique identifier of the requested cluster)."]]],[]]