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-04-17 UTC."],[[["This page provides documentation for the `RegexValidation` class within the Google Cloud Dataproc v1 API, specifically for version 5.16.0."],["The `RegexValidation` class is designed for validating parameters using regular expressions, ensuring that the entire value matches the provided RE2 regex patterns."],["This documentation includes details on the class's inheritance, the interfaces it implements, such as `IMessage`, `IEquatable`, and `IDeepCloneable`, along with its constructors and properties like `Regexes`."],["Multiple previous versions of this class are available, going all the way back to version 3.1.0, and the latest version is 5.17.0."]]],[]]