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 webpage details the `ParameterValidation` class within the `Google.Cloud.Dataproc.V1` namespace, specifically for version 3.1.0 and its available documentation."],["The `ParameterValidation` class provides configuration options for validating parameters, which can be accomplished either through regular expressions or by checking against a predefined list of acceptable values."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are part of the .NET framework."],["The documentation includes a list of available versions, ranging from 3.1.0 to the latest version, 5.17.0, allowing for navigation through the documentation of different versions of the class."],["The `ParameterValidation` class has two constructors, one default and one that take another `ParameterValidation` object as a parameter."]]],[]]