public sealed class GetClusterRequest : IMessage<GetClusterRequest>, IEquatable<GetClusterRequest>, IDeepCloneable<GetClusterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine 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."],[[["The latest version available for the `GetClusterRequest` class is 3.33.0, and the page provides links to the documentation for this class across multiple versions, ranging from 3.33.0 down to 2.3.0."],["`GetClusterRequest` is a class within the Google Kubernetes Engine v1 API, specifically in the `Google.Cloud.Container.V1` namespace, and is used to retrieve the settings of a cluster."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetClusterRequest` class includes properties like `ClusterId`, `Name`, `ProjectId`, and `Zone`, with some properties being deprecated and replaced by the `Name` field for specifying the cluster to retrieve."],["The two constructors for this class are `GetClusterRequest()` which creates an empty object, and `GetClusterRequest(GetClusterRequest other)` which creates a clone of the object in the parameter."]]],[]]