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 page provides reference documentation for the `RegexValidation` class within the Google Cloud Dataproc v1 API, specifically in the .NET environment."],["The `RegexValidation` class is used for validating data based on regular expressions, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RegexValidation` class can be constructed either with no parameters, or via the passing of an instance of the same type, allowing for deep cloning."],["The `Regexes` property, a required field, allows for an array of RE2 regular expressions that are used to validate a parameter's value, requiring full string matches."],["The current documentation version is 5.13.0, however, there are multiple other versions available that range from 3.1.0 to the latest 5.17.0, which can all be accessed through the provided links."]]],[]]