public sealed class ParameterValidation : IMessage<ParameterValidation>, IEquatable<ParameterValidation>, IDeepCloneable<ParameterValidation>, IBufferMessage, IMessage
[[["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 `ParameterValidation` class within the `Google.Cloud.Dataproc.V1` namespace, detailing its role in configuring parameter validation for Google Cloud Dataproc."],["The latest version for `ParameterValidation` is 5.17.0, however the content within this page is specifically referencing the 4.0.0 version of the `Google.Cloud.Dataproc.V1` assembly."],["The class `ParameterValidation` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["`ParameterValidation` includes properties such as `Regex` and `Values` which define the validation method, allowing for either regular expression-based validation or a list of allowed values."],["The class contains two constructors, a default constructor and one that accepts another `ParameterValidation` object as a parameter for creating a copy."]]],[]]