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."],[[["This document outlines the `GetClusterRequest` class, which is used to retrieve settings for a cluster and is part of the `Google.Cloud.Container.V1` namespace."],["The `GetClusterRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes properties such as `ClusterId`, `Name`, `ProjectId`, and `Zone`, with `ClusterId`, `ProjectId`, and `Zone` being marked as deprecated in favor of using the `Name` property."],["There are numerous versions of the `GetClusterRequest` available, ranging from version 2.3.0 to the latest version 3.33.0, each accessible via a unique URL path."],["The `GetClusterRequest` class provides two constructors: a default constructor and a copy constructor, allowing for the creation of new instances or copies of existing ones."]]],[]]