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 in the AlloyDB v1alpha API is used to retrieve information about a specific cluster."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and use within the .NET ecosystem."],["The `GetClusterRequest` class requires a resource name to identify the specific cluster, and a `ClusterName` property provides a typed view over this name."],["Users can optionally specify a `ClusterView` to define which fields of the cluster data should be returned in the response."],["The class has two constructors, one with no arguments and one to copy another `GetClusterRequest` instance."]]],[]]