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."],[[["The `ClusterSelector` class in the Google Cloud Dataproc v1 API is used to select target clusters for jobs based on metadata, such as labels and zone."],["This documentation provides reference for versions ranging from 3.1.0 to the latest version, 5.17.0, of the Google Cloud Dataproc v1 API."],["`ClusterSelector` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["`ClusterSelector` class has two constructors, one is parameterless and another takes a `ClusterSelector` object as parameter, as well as properties for `ClusterLabels` and `Zone`."],["The `ClusterLabels` property, which is required, specifies the labels that a cluster must have to be considered a match, while `Zone` is optional and used for workflow process execution."]]],[]]