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."],[[["Version 5.17.0 is the latest version available for the `ClusterSelector` in the `Google.Cloud.Dataproc.V1` namespace, with many older versions also available for access, including down to version 3.1.0."],["The `ClusterSelector` class, found in `Google.Cloud.Dataproc.V1.dll`, is used to select target clusters for jobs based on metadata."],["The `ClusterSelector` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ClusterSelector` class has two constructors: a default constructor and a copy constructor, and the `ClusterLabels` property in the `ClusterSelector` requires that a cluster must contain all the listed labels to match."],["The `Zone` property is optional and specifies the zone for workflow process execution, which defaults to the zone of the first cluster matching the selector if left unspecified."]]],[]]