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 `RegexValidation` class in the `Google.Cloud.Dataproc.V1` namespace is used for validating data based on regular expressions."],["Version 5.17.0 is the latest available version of this class, with a history of versions down to 3.1.0 listed."],["The `RegexValidation` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Regexes` property, a `RepeatedField\u003cstring\u003e`, contains the RE2 regular expressions used for validation, requiring a full string match."],["Constructors are available for creating new `RegexValidation` instances, including a default constructor and one that takes another `RegexValidation` object."]]],[]]