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 page provides documentation for the `ClusterSelector` class within the Google Cloud Dataproc v1 API, which is used to select target clusters for jobs based on metadata."],["The latest version of the API documentation available is 5.17.0, and the page provides a list of the versions, ranging from the most recent to older versions such as 3.1.0."],["The `ClusterSelector` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for various functionalities like message handling, equality checks, deep cloning, and buffer management."],["The `ClusterSelector` class has two constructors: a default one and another that takes another `ClusterSelector` instance for copying, along with two properties, `ClusterLabels` and `Zone`, for specifying the required cluster labels and zone respectively."]]],[]]