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."],[[["The page details the `GkeClusterConfig` class within the `Google.Cloud.Dataproc.V1` namespace, used for configuring GKE clusters."],["It provides documentation for multiple versions of `GkeClusterConfig`, ranging from version 3.1.0 to the latest version 5.17.0."],["The `GkeClusterConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The class includes a property called `NamespacedGkeDeploymentTarget`, which is of type `GkeClusterConfig.Types.NamespacedGkeDeploymentTarget` and it is used as a target for the cluster deployment."],["The `GkeClusterConfig` class offers two constructors: a default one (`GkeClusterConfig()`) and one that accepts another `GkeClusterConfig` instance as a parameter (`GkeClusterConfig(GkeClusterConfig other)`)."]]],[]]