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 latest version available for the Google Cloud Dataproc v1 API is 5.17.0, with the documentation showcasing a range of versions down to 3.1.0."],["This webpage details the `ParameterValidation` class within the `Google.Cloud.Dataproc.V1` namespace, used for configuring parameter validation in the API."],["`ParameterValidation` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, equality checks, deep cloning, and buffer operations."],["The `ParameterValidation` class offers two primary properties for validation: `Regex`, for validation based on regular expressions, and `Values`, for validation based on a list of allowed values."]]],[]]