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-09 UTC."],[[["This page provides reference documentation for the `RegexValidation` class within the Google Cloud Dataproc v1 API, specifically for the .NET platform."],["The `RegexValidation` class is used for validating parameters based on regular expressions, requiring full string matches."],["The document includes a list of available versions for this API class, ranging from the latest version 5.17.0 down to version 3.1.0."],["`RegexValidation` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `Regexes` property of `RegexValidation` is used to define the set of regular expressions used for validation, and accepts a list of strings."]]],[]]