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."],[[["This document outlines the `ClusterSelector` class within the `Google.Cloud.Dataproc.V1` namespace, used for selecting target clusters for jobs based on metadata."],["The latest version of `ClusterSelector` is 5.17.0, with numerous previous versions available, ranging from 3.1.0 to 5.16.0, as shown by the provided documentation links."],["The `ClusterSelector` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ClusterSelector` includes properties like `ClusterLabels` (a required map of string keys to string values for matching cluster labels) and `Zone` (an optional string to specify the execution zone)."],["The class has two constructors: a default constructor `ClusterSelector()` and a copy constructor `ClusterSelector(ClusterSelector other)`."]]],[]]