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-04-09 UTC."],[[["The content provides documentation for the `ClusterSelector` class within the `Google.Cloud.Dataproc.V1` namespace, detailing its purpose in selecting target clusters for jobs based on metadata."],["Version 5.17.0 is the latest release for the `ClusterSelector` class, with previous versions available, including a list ranging from 5.16.0 to 3.1.0."],["`ClusterSelector` is used to choose a cluster for jobs, matching clusters to required labels specified in the `ClusterLabels` property."],["The `Zone` property is optional, and it specifies the zone where the workflow executes, using the first cluster's zone if unspecified."],["The `ClusterSelector` class inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with inherited members for `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]