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."],[[["`GetClusterRequest` is a class in the Google Cloud AlloyDB v1beta API, used to request information about a specific cluster, and it is the latest version 1.0.0-beta09."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors: a default constructor and one that takes another `GetClusterRequest` object as a parameter to copy values."],["Key properties include `ClusterName`, a typed view over the resource name, `Name`, which specifies the cluster's resource name, and `View`, which allows for specifying the level of cluster information to return."],["The class is within the `Google.Cloud.AlloyDb.V1Beta` namespace and is part of the `Google.Cloud.AlloyDb.V1Beta.dll` assembly."]]],[]]