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.5.0."],["`GetClusterRequest` is a message used to retrieve a Cluster and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `ClusterName`, `Name`, and `View`, allowing specification of the cluster to retrieve and the desired view."],["The latest version available is `1.9.0`, and there are older versions available to browse, all the way back to `1.0.0`."],["There are multiple ways to instantiate a `GetClusterRequest`, either as an empty object with the `GetClusterRequest()` constructor, or by passing another `GetClusterRequest` instance as an argument in the `GetClusterRequest(GetClusterRequest other)` constructor."]]],[]]