Class RegexValidation (3.4.0)

public sealed class RegexValidation : IMessage<RegexValidation>, IEquatable<RegexValidation>, IDeepCloneable<RegexValidation>, IBufferMessage, IMessage

Validation based on regular expressions.

Inheritance

Object > RegexValidation

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

RegexValidation()

public RegexValidation()

RegexValidation(RegexValidation)

public RegexValidation(RegexValidation other)
Parameter
NameDescription
otherRegexValidation

Properties

Regexes

public RepeatedField<string> Regexes { get; }

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).

Property Value
TypeDescription
RepeatedField<String>