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-04-09 UTC."],[[["The latest version of RegexValidation for Google.Cloud.Dataproc.V1 is 5.17.0, with numerous prior versions available for reference, down to version 3.1.0."],["RegexValidation is a class used for validation based on regular expressions and implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The RegexValidation class has two constructors, one default and another that accepts another RegexValidation object as a parameter for copying."],["The primary property of the RegexValidation class is `Regexes`, which is a `RepeatedField\u003cstring\u003e` and contains the RE2 regular expressions used for validating parameter values, and it must match in its entirety."],["This documentation also specifies that the class inherits from `Object` and lists the inherited members such as GetHashCode, GetType, MemberwiseClone, and ToString, as well as being within the `Google.Cloud.Dataproc.V1` namespace."]]],[]]