public sealed class GetClusterRequest : IMessage<GetClusterRequest>, IEquatable<GetClusterRequest>, IDeepCloneable<GetClusterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1 API class GetClusterRequest.
[[["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-08-04 UTC."],[[["This webpage provides reference documentation for the `GetClusterRequest` class within the Google.Cloud.AlloyDb.V1 API, version 1.7.0."],["The `GetClusterRequest` class is used to retrieve a specific cluster and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The available versions of the Google.Cloud.AlloyDb.V1 API are listed, ranging from version 1.0.0 up to the latest version, 1.9.0."],["The `GetClusterRequest` class has properties such as `ClusterName`, `Name`, and `View`, allowing users to specify the cluster they want to retrieve and how they want the cluster to be returned."],["The `GetClusterRequest` class provides two constructors, a parameterless one and one that accepts another instance of the `GetClusterRequest` class."]]],[]]