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-17 UTC."],[[["This webpage provides reference documentation for the `ClusterSelector` class within the Google Cloud Dataproc v1 API, specifically in the .NET environment."],["The `ClusterSelector` class is used to select target clusters for jobs based on specified metadata, such as labels, and is an inheritor of the object class while also implementing several interfaces."],["The page offers version-specific links for the `ClusterSelector` class, ranging from version 3.1.0 up to the latest version, 5.17.0, giving an historical progression of the API."],["The `ClusterSelector` class has properties such as `ClusterLabels`, a map of string key-value pairs, and an optional `Zone` property, which are used in selecting the proper target cluster for a job."],["The page details the constructors for `ClusterSelector`, including a parameter to create a new `ClusterSelector` based on an existing one, along with a list of inherited members from the parent class."]]],[]]