public sealed class GetClusterRequest : IMessage<GetClusterRequest>, IEquatable<GetClusterRequest>, IDeepCloneable<GetClusterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class GetClusterRequest.
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-04-17 UTC."],[[["This page provides reference documentation for the `GetClusterRequest` class within the Google Cloud Bigtable Administration v2 API."],["`GetClusterRequest` is a request message used to retrieve information about a specific Bigtable cluster, as indicated by the `BigtableInstanceAdmin.GetCluster` method."],["The page details various versions of the API, ranging from 2.4.0 to the latest 3.24.0, including a specific version 3.22.0, which this page is about."],["The class `GetClusterRequest` implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The main properties of the `GetClusterRequest` class are `ClusterName` which is the ClusterName type, and `Name` which is a string containing the full resource name of the cluster being queried."]]],[]]