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, part of the `Google.Cloud.Dataproc.V1` namespace, is used to select target clusters for jobs based on specified metadata."],["The latest version available for `ClusterSelector` is 5.17.0, with several prior versions listed, dating back to 3.1.0."],["`ClusterSelector` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations such as message handling, comparison, and cloning."],["The class has two constructors: a default constructor and one that takes another `ClusterSelector` object for copying, and includes two properties `ClusterLabels` and `Zone`."],["The `ClusterLabels` property, which is of type `MapField\u003cstring, string\u003e`, is required for cluster selection, while the optional `Zone` property specifies the execution zone for the workflow process."]]],[]]