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-04-02 UTC."],[[["This document provides reference documentation for the `ClusterSelector` class within the Google Cloud Dataproc v1 API, specifically highlighting version 5.7.0."],["`ClusterSelector` is used to choose target clusters for jobs based on metadata, and it inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ClusterSelector` class contains two key properties, `ClusterLabels`, which is a required map field for matching cluster labels, and `Zone`, which is an optional string representing the zone for workflow execution."],["The latest version is 5.17.0, with a history of prior releases spanning down to version 3.1.0."],["The document also details two constructors for creating `ClusterSelector` objects: one default constructor and another that accepts another `ClusterSelector` instance for cloning."]]],[]]