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-03-21 UTC."],[[["This webpage provides reference documentation for the `GetClusterRequest` class within the Google Cloud AlloyDB v1 API, with the latest version being 1.9.0."],["The `GetClusterRequest` class is used to retrieve a specific cluster and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and one that takes another `GetClusterRequest` object as a parameter for copying."],["Key properties of the `GetClusterRequest` class include `ClusterName` (a typed view over the resource name), `Name` (the required resource name of the cluster), and `View` (the optional view of the cluster to be returned)."],["The page also lists all the versions of the `GetClusterRequest`, spanning from 1.0.0 to 1.9.0, making it clear that it is a cumulative documentation."]]],[]]