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 content provides reference documentation for the `ClusterSelector` class within the Google Cloud Dataproc v1 API, specifically focusing on version 5.12.0 and its available prior versions."],["The `ClusterSelector` class is used to select target clusters for jobs based on cluster metadata, supporting the selection of specific versions."],["The `ClusterSelector` class inherits from the base `object` class and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `ClusterSelector` include `ClusterLabels`, which is a map of required cluster labels, and `Zone`, which specifies the workflow execution zone and is optional."],["The documentation offers a historical overview of the class, listing versions from the latest 5.17.0 down to 3.1.0, allowing users to see changes and updates over time."]]],[]]