public sealed class GetClusterRequest : IMessage<GetClusterRequest>, IEquatable<GetClusterRequest>, IDeepCloneable<GetClusterRequest>, IBufferMessage, IMessage
[[["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 latest version available is 3.33.0, with a range of versions from 3.32.0 down to 2.3.0 accessible via provided links."],["`GetClusterRequest` is a class used to retrieve the settings of a cluster, inheriting from `Object` and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains constructors `GetClusterRequest()` and `GetClusterRequest(GetClusterRequest other)` to facilitate creating new instances, and another for deep cloning instances."],["Several properties, including `ClusterId`, `ProjectId`, and `Zone`, are now deprecated and have been replaced by the `Name` property, which specifies the cluster to retrieve using a specific project, location, and cluster format."],["The `GetClusterRequest` class is found within the `Google.Cloud.Container.V1` namespace and is contained within the `Google.Cloud.Container.V1.dll` assembly."]]],[]]