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, specifically for version 5.6.0, with links to other versions as well."],["`ClusterSelector` is used to select target clusters for jobs based on specified metadata."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `ClusterSelector` class includes properties such as `ClusterLabels`, which are required labels that a cluster must have to match, and `Zone`, which specifies the zone for workflow execution."],["The page offers access to the reference documentation, including constructors, inherited members, and the namespace and assembly details of the ClusterSelector."]]],[]]