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 is 3.33.0, with a range of versions from 3.33.0 down to 2.3.0 listed for the `GetClusterRequest` class within the Google Kubernetes Engine v1 API."],["The `GetClusterRequest` class is used to retrieve the settings of a cluster within the Google Kubernetes Engine, as part of the `Google.Cloud.Container.V1` namespace."],["`GetClusterRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` as well as inherits from the `object` class."],["There are multiple deprecated properties, such as `ClusterId`, `ProjectId`, and `Zone`, that have been replaced by the `Name` property for specifying the cluster to retrieve."],["The `Name` property is used to specify the project, location and cluster in the format `projects/*/locations/*/clusters/*` to retrieve, replacing the deprecated `ClusterId`, `ProjectId`, and `Zone` properties."]]],[]]