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 `ParameterValidation` class in the Google Cloud Dataproc v1 API allows for configuration of parameter validation within the context of the Dataproc service."],["This class provides two primary validation methods: `RegexValidation`, which validates based on regular expressions, and `ValueValidation`, which validates against a list of allowed values."],["The `ParameterValidation` class is available across various versions of the API, with version 5.17.0 being the latest, and this documentation page provides a list of versions from 3.1.0 up to the most recent."],["This class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for diverse uses and operations within the .NET environment."],["The class offers two constructors, a default one, and one that allows cloning an existing `ParameterValidation` instance."]]],[]]