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, found within the `Google.Cloud.Dataproc.V1` namespace, is used for validation based on regular expressions."],["This document provides access to various versions of the `RegexValidation` class, ranging from version 3.1.0 to the latest version, 5.17.0."],["The `RegexValidation` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling, equality checks, and deep cloning."],["The `Regexes` property, a required field, is a `RepeatedField` of strings containing RE2 regular expressions that must fully match the parameter's value for successful validation."],["There are two constructors available for creating instances of `RegexValidation`: one default constructor and another that takes an existing `RegexValidation` object for creating a new object by copying it."]]],[]]