public sealed class RegexValidation : IMessage<RegexValidation>, IEquatable<RegexValidation>, IDeepCloneable<RegexValidation>, IBufferMessage, IMessage
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 latest version of the Google.Cloud.Dataproc.V1 library available is 5.17.0, with a variety of previous versions also accessible for reference."],["RegexValidation is a class in the Google.Cloud.Dataproc.V1 namespace and the Google.Cloud.Dataproc.V1.dll assembly, designed for regular expression-based parameter validation."],["The RegexValidation class implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `Regexes` property within the RegexValidation class allows for the use of RE2 regular expressions to validate parameter values, requiring complete matches."],["The class includes a parameter-less constructor `RegexValidation()` and a copy constructor `RegexValidation(RegexValidation other)`."]]],[]]