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 document provides reference documentation for the `ParameterValidation` class within the Google Cloud Dataproc v1 API, specifically version 5.14.0."],["The `ParameterValidation` class is designed for configuring parameter validation in Dataproc, and it inherits from the `object` class while implementing multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for the Google Cloud Dataproc v1 API is 5.17.0, and the document also lists a range of previous versions from 5.16.0 down to 3.1.0."],["`ParameterValidation` can validate parameters using regular expressions, through the `Regex` property, and based on allowed values, via the `Values` property."],["The ParameterValidation class offers two constructors, one public default constructor, and one that accepts another ParameterValidation object as a parameter."]]],[]]