public sealed class RegexValidation : IMessage<RegexValidation>, IEquatable<RegexValidation>, IDeepCloneable<RegexValidation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class RegexValidation.
Required. RE2 regular expressions used to validate the parameter's value.
The value must match the regex in its entirety (substring
matches are not sufficient).
[[["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 `RegexValidation` class within the Google Cloud Dataproc V1 API, providing reference information and code samples."],["The `RegexValidation` class is a part of the `Google.Cloud.Dataproc.V1` namespace and is implemented in the `Google.Cloud.Dataproc.V1.dll` assembly."],["This API offers various versions ranging from 3.1.0 to 5.17.0, with 5.17.0 being the latest version, while this page specifically documents the 5.6.0 version."],["`RegexValidation` is used for validation based on regular expressions and implements several interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `RegexValidation` class has a `Regexes` property, which is a required field containing a collection of RE2 regular expressions for validating a parameter's value."]]],[]]