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 available for the Google Cloud Dataproc v1 API's RegexValidation class is 5.17.0."],["The RegexValidation class, part of the Google.Cloud.Dataproc.V1 namespace, provides validation based on regular expressions."],["This class implements multiple interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The RegexValidation class contains a \"Regexes\" property, which is a RepeatedField of strings, and is used for applying RE2 regular expressions for validation."],["You can access historical versions of the RegexValidation class all the way back to version 3.1.0, with a total of 23 different versions provided."]]],[]]