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-21 UTC."],[[["This page provides documentation for the `GetClusterRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET development."],["The `GetClusterRequest` class is used to request details about a specific cluster in Google Cloud Bigtable, with `3.24.0` being the latest documented version, and several older versions are also available, dating back to version `2.4.0`."],["The class inherits from `Object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting its use in .NET applications interacting with the Bigtable API."],["Key properties of the `GetClusterRequest` class include `ClusterName` for a typed view of the cluster name, and `Name` for the string representation of the cluster's unique identifier."]]],[]]