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."],[[["The documentation covers the `ParameterValidation` class within the Google Cloud Dataproc v1 API, with version 5.17.0 being the most recent and 5.8.0 being the currently selected version in the documentation."],["`ParameterValidation` is a class that provides configuration for validating parameters, inheriting from the `object` class and implementing several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor `ParameterValidation()` and another `ParameterValidation(ParameterValidation other)` that takes a `ParameterValidation` object as a parameter."],["The class includes two properties: `Regex`, for validation based on regular expressions, and `Values`, for validation against a list of allowed values, along with a `ValidationTypeCase` property, indicating which validation type is in use."],["A historical list of all versions from 5.0.0 to 5.17.0, and also including previous versions, like 3.1.0 to 4.0.0 are readily accessible."]]],[]]