public sealed class GkeClusterConfig : IMessage<GkeClusterConfig>, IEquatable<GkeClusterConfig>, IDeepCloneable<GkeClusterConfig>, 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 webpage provides documentation for the `GkeClusterConfig` class within the `Google.Cloud.Dataproc.V1` namespace, specifically for version 3.3.0 and a range of other versioned references."],["The `GkeClusterConfig` class is designed to configure GKE clusters and is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GkeClusterConfig` class inherits from the `Object` class and has inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["It includes a `NamespacedGkeDeploymentTarget` property, which is of type `GkeClusterConfig.Types.NamespacedGkeDeploymentTarget` and is an optional target for deployment."],["The page outlines two constructors for the `GkeClusterConfig` class: a parameterless constructor and a copy constructor that takes another `GkeClusterConfig` object as input."]]],[]]