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 document provides reference documentation for the `GetClusterRequest` class within the Google Cloud AlloyDB v1 API, specifically version 1.2.0, which is part of a larger set of versions listed."],["The `GetClusterRequest` class is used to retrieve a specific Cluster resource and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It allows the specification of a cluster by its resource name, either directly as a string or through a `ClusterName`-typed property, and also allows specification of the type of view to return, with the default being all fields."],["The class includes constructors for creating new instances and for cloning from another `GetClusterRequest` instance."],["The `GetClusterRequest` class contains properties such as `ClusterName`, `Name`, and `View`, which are used to specify the target cluster and the level of detail to be returned."]]],[]]