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 Google Cloud Dataproc v1 API is 5.17.0, with multiple previous versions accessible down to 3.1.0."],["The `RegexValidation` class is part of the Google.Cloud.Dataproc.V1 namespace and is used for validating data based on regular expressions."],["`RegexValidation` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with various .NET functionalities."],["The `Regexes` property within the `RegexValidation` class allows for defining a set of RE2 regular expressions that the parameter's value must fully match."],["Constructors for the `RegexValidation` class include a default parameterless constructor, and a second constructor that takes another `RegexValidation` object as a parameter for duplication."]]],[]]