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 webpage provides documentation for the `ParameterValidation` class within the Google Cloud Dataproc v1 API, covering versions from 3.1.0 to the latest release, 5.17.0."],["The `ParameterValidation` class is used to configure parameter validation for Dataproc, inheriting from Object and implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties like `Regex` for regular expression-based validation and `Values` for validation against a list of allowed values, with a `ValidationTypeCase` property to determine the type of validation being used."],["The documentation covers the constructors of the class, one default, and another which takes another `ParameterValidation` as a parameter to copy it."]]],[]]