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 latest version available for `Google.Cloud.Dataproc.V1.ParameterValidation` is 5.17.0, with multiple prior versions accessible for reference."],["`ParameterValidation` is a class used for configuring parameter validation within the `Google.Cloud.Dataproc.V1` namespace, and it implements various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ParameterValidation` class supports validation based on regular expressions through its `Regex` property, and validation against a list of allowed values using its `Values` property."],["`ParameterValidation` class has a parameterless constructor and one that can be used to create a copy of another ParameterValidation object."],["There are inherited members from `Object` that are available to `ParameterValidation`, they are `GetHashCode`, `GetType`, `MemberwiseClone` and `ToString`."]]],[]]