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.3.0, which is part of the `.NET` framework."],["The `GetClusterRequest` class is used to request information about a specific cluster and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetClusterRequest` class has properties such as `ClusterName`, `Name`, and `View`, allowing users to specify the cluster to retrieve and the desired view of the cluster information, with the `Name` property being required."],["The page also includes a version history, listing versions from 1.0.0 up to the latest version, 1.9.0, with links to the documentation for each version of the `GetClusterRequest` class."],["There are two constructors to create a `GetClusterRequest` instance, one that takes no parameters, and another that will accept another `GetClusterRequest` to duplicate."]]],[]]