public sealed class GetClusterRequest : IMessage<GetClusterRequest>, IEquatable<GetClusterRequest>, IDeepCloneable<GetClusterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1beta 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 v1beta API, specifically within the `Google.Cloud.AlloyDb.V1Beta` namespace, and it is used for retrieving information about a specific cluster."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, allowing for message-based interactions, comparison, and deep cloning."],["`GetClusterRequest` objects can be constructed using a default constructor or by copying an existing `GetClusterRequest` instance."],["The class includes properties such as `Name` (a required string for the resource name), `ClusterName` (a typed view over the `Name` resource), and `View` (to specify the level of detail in the returned cluster information)."],["This class is used to get a specific cluster in the AlloyDb v1beta API."]]],[]]