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."],[[["The `ParameterValidation` class in the `Google.Cloud.Dataproc.V1` namespace is used for configuring parameter validation in Google Cloud Dataproc."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work within the Google Protocol Buffers framework."],["It offers two types of validation: `Regex` validation based on regular expressions, and `Values` validation based on a predefined list of allowed values."],["There are numerous versions of this documentation available, ranging from version 3.1.0 up to the latest version 5.17.0."],["Two constructor overloads exist to create a `ParameterValidation` instance, one with no arguments, and another which accepts an existing `ParameterValidation` object as input."]]],[]]