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 documentation for the `GetClusterRequest` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, spanning versions from 2.3.0 up to the latest version 3.33.0."],["The `GetClusterRequest` class is used to retrieve the settings of a Kubernetes cluster, inheriting from `object` and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetClusterRequest` class has methods to interact with the Google Kubernetes Engine, and properties including `Name`, which is used to specify the cluster to retrieve in the format `projects/*/locations/*/clusters/*`."],["There are several deprecated properties, such as `ClusterId`, `ProjectId`, and `Zone`, which have been replaced by the `Name` property for identifying the cluster."],["The latest version available is 3.33.0, with the content detailing the documentation all the way back to version 2.3.0, which can be used through the links provided for each version."]]],[]]