public sealed class ParameterValidation : IMessage<ParameterValidation>, IEquatable<ParameterValidation>, IDeepCloneable<ParameterValidation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class ParameterValidation.
[[["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 page provides reference documentation for the `ParameterValidation` class within the Google Cloud Dataproc v1 API, covering versions from 3.1.0 up to the latest 5.17.0."],["The `ParameterValidation` class is used for configuring validation rules for parameters, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class supports validation through regular expressions using the `Regex` property and validation against a predefined list of allowed values through the `Values` property."],["There are two constructors for the class, one empty and one that accepts another instance of `ParameterValidation`."],["The class has a `ValidationTypeCase` property, which denotes which type of validation is currently active, allowing for either regex or value-based rules."]]],[]]