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 reference documentation for the `ParameterValidation` class within the Google Cloud Dataproc v1 API, specifically within the .NET environment."],["The documentation covers a range of versions, from 3.1.0 up to the latest version 5.17.0, with version 5.9.0 being the specific version of the class detailed on the page."],["The `ParameterValidation` class allows for configuration of parameter validation using either regular expressions via the `Regex` property, or a predefined list of values via the `Values` property."],["The `ParameterValidation` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["There are two constructor methods for creating a `ParameterValidation` object: a default constructor and a copy constructor that takes another `ParameterValidation` instance as a parameter."]]],[]]