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-03-25 UTC."],[[["This webpage provides documentation for the `GetClusterRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET developers."],["The `GetClusterRequest` class is used to request details about a specific cluster in Google Cloud Bigtable, requiring a unique name that follows the format `projects/{project}/instances/{instance}/clusters/{cluster}`."],["The documentation includes inheritance details, such as the class inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while also listing inherited members and namespace information."],["The page references different versions of the documentation, starting from version 2.4.0 all the way to the latest version, 3.24.0."],["The class includes two constructors, one default and another taking a `GetClusterRequest` object as a parameter for cloning."]]],[]]