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."],[[["This documentation page covers the `RegexValidation` class within the Google Cloud Dataproc v1 API, providing details on its usage and properties."],["The `RegexValidation` class is used for validation based on regular expressions, and it inherits from `object` while implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RegexValidation` class has two constructors: a default constructor `RegexValidation()` and a copy constructor `RegexValidation(RegexValidation other)`."],["The `Regexes` property, of type `RepeatedField\u003cstring\u003e`, is used to store the RE2 regular expressions needed to validate a parameter's value."],["The documentation provides an overview of various versions of this API class, ranging from version 5.17.0 (latest) down to version 3.1.0, each with a unique hyperlink."]]],[]]