public sealed class GetClusterRequest : IMessage<GetClusterRequest>, IEquatable<GetClusterRequest>, IDeepCloneable<GetClusterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1alpha 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."],[[["The `GetClusterRequest` class is part of the AlloyDB v1alpha API, specifically within the `Google.Cloud.AlloyDb.V1Alpha` namespace."],["This class is used as a message for retrieving cluster information, as indicated by its purpose: \"Message for getting a Cluster\"."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support message handling, equality comparisons, deep cloning, and buffer message operations."],["It contains properties such as `ClusterName`, `Name`, and `View` to define the specific cluster to be retrieved, the name of the cluster resource, and the view of the cluster details to be returned."],["The `GetClusterRequest` class has 2 constructors, one default and one that takes in another `GetClusterRequest` object."]]],[]]