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-03-21 UTC."],[[["This page provides reference documentation for the `GetClusterRequest` class within the Google Cloud AlloyDB v1 API, specifically version 1.4.0, and shows a list of all versions."],["The `GetClusterRequest` class is used to retrieve information about a specific cluster, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetClusterRequest` class include `ClusterName` (a typed view over the resource name), `Name` (the resource name), and `View` (specifying which fields of the cluster to return)."],["The class has two constructors, a default one and one that copies data from another `GetClusterRequest` object."],["The `GetClusterRequest` class inherits members from the `object` class, including methods like `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]