public sealed class ClusterSelector : IMessage<ClusterSelector>, IEquatable<ClusterSelector>, IDeepCloneable<ClusterSelector>, IBufferMessage, IMessage
A selector that chooses target cluster for jobs based on metadata.
[[["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 `ClusterSelector` class in the `Google.Cloud.Dataproc.V1` namespace allows for selecting target clusters for jobs based on metadata, specifically cluster labels."],["The latest version of `ClusterSelector` is 5.17.0, and there are various versions available, ranging from 3.1.0 to 5.17.0, with each being linked to its respective documentation."],["`ClusterSelector` has properties for `ClusterLabels`, which are required and used to match clusters, and `Zone`, which is an optional parameter to specify the zone for workflow execution, but it does not affect cluster selection."],["The `ClusterSelector` class inherits from the base `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a parameterless one for default initialization, and another that takes another `ClusterSelector` object to allow the creation of a new instance based on existing object."]]],[]]