public sealed class ClusterSelector : IMessage<ClusterSelector>, IEquatable<ClusterSelector>, IDeepCloneable<ClusterSelector>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class ClusterSelector.
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."],[[["This page provides documentation for the `ClusterSelector` class within the Google Cloud Dataproc v1 API, with the latest version being 5.17.0, and 5.14.0 as the version associated with the page."],["`ClusterSelector` is used to select target clusters for jobs based on specified metadata, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ClusterSelector` class includes properties such as `ClusterLabels`, which is a required map of cluster labels for matching, and `Zone`, which is an optional string for specifying the workflow execution zone."],["The page lists various versions of the API from 3.1.0 to the latest 5.17.0, providing links to the documentation for each version of `ClusterSelector`."],["The `ClusterSelector` class has two constructors: a parameterless constructor and one that accepts another `ClusterSelector` instance."]]],[]]