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, specifically detailing its structure, constructors, and properties."],["The `GetClusterRequest` class is used as a message to request the retrieval of a Cluster resource, inheriting from several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one default and another that takes another `GetClusterRequest` instance as a parameter, allowing for object cloning."],["Key properties of the `GetClusterRequest` class include `ClusterName` for a typed view of the cluster name, and `Name`, a string that specifies the name of the resource being requested."],["The webpage also contains links to all previous version of the documentation, with the latest being 1.9.0 and the oldest being 1.0.0."]]],[]]