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."],[[["This webpage provides reference documentation for the `GetClusterRequest` class within the Google Kubernetes Engine v1 API for .NET."],["The latest version of the API available is 3.33.0, but it also provides links to versions ranging from 3.32.0 down to 2.3.0, in descending order."],["The `GetClusterRequest` class is used to retrieve the settings of a cluster, and it inherits from `object` while implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties for `GetClusterRequest` include `Name`, which specifies the cluster to retrieve and replaces the deprecated `ClusterId`, `ProjectId`, and `Zone` properties."],["This page details the constructors, properties, and inherited members of the `GetClusterRequest` class, such as the `ClusterId`, `ProjectId`, and `Zone` properties which are all deprecated and now replaced by the `Name` property."]]],[]]