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-04-17 UTC."],[[["This page provides reference documentation for the `GetClusterRequest` class within the Google Cloud AlloyDB v1 API, specifically version 1.8.0, and contains the message for retrieving a Cluster."],["The `GetClusterRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, comparison, deep cloning, and buffer operations."],["The `GetClusterRequest` class offers two constructors, a default one and another that takes a `GetClusterRequest` object for copying or cloning."],["The class has three main properties: `ClusterName` for a typed view of the cluster's resource name, `Name` for the required cluster resource name, and `View` to specify the level of detail of the cluster information to be returned."],["The documentation has a list of all the previous version, from `1.0.0` to `1.9.0`."]]],[]]