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 `GetClusterRequest` class is used to retrieve the settings of a cluster, as part of the `Google.Cloud.Container.V1` namespace."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for handling cluster requests."],["The latest version for GetClusterRequest documentation is 3.33.0, but multiple other versions, from 3.32.0 all the way to 2.3.0, are available for reference."],["Several properties such as `ClusterId`, `ProjectId`, and `Zone` have been marked as obsolete, and are replaced by a new `Name` property, which defines the cluster in the format: `projects/*/locations/*/clusters/*`."],["The `GetClusterRequest` class contains two constructors, one default and another to clone from another `GetClusterRequest` object, along with several inherited methods from the `Object` class."]]],[]]