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 latest version of the Google Cloud Dataproc V1 API for RegexValidation is 5.17.0, with multiple prior versions available, including 5.16.0 down to 3.1.0."],["The `RegexValidation` class in the `Google.Cloud.Dataproc.V1` namespace provides validation based on regular expressions."],["The `RegexValidation` class implements multiple interfaces, including `IMessage`, `IEquatable\u003cRegexValidation\u003e`, `IDeepCloneable\u003cRegexValidation\u003e`, and `IBufferMessage`, making it versatile for various operations."],["The `Regexes` property, of type `RepeatedField\u003cstring\u003e`, contains the set of required RE2 regular expressions used to validate a parameter's value against an entire string."],["The RegexValidation class has two constructors, a default one, and another one that takes in another `RegexValidation` class to copy."]]],[]]