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."],[[["The webpage provides documentation for the `GetClusterRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, detailing its properties, constructors, and inherited members."],["This documentation includes links to various versions of the `GetClusterRequest` class, ranging from version 2.4.0 up to the latest, 3.24.0, for the purpose of the `.NET` framework."],["`GetClusterRequest` is a message class used to request information about a specific Bigtable cluster and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetClusterRequest` class requires the unique name of the cluster, formatted as `projects/{project}/instances/{instance}/clusters/{cluster}`, and this can be set using the `Name` property or viewed with the `ClusterName` property."],["The documentation details the inherited members from the base `Object` class, including methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, which can be used with instances of the `GetClusterRequest` class."]]],[]]