public sealed class RegexValidation : IMessage<RegexValidation>, IEquatable<RegexValidation>, IDeepCloneable<RegexValidation>, IBufferMessage, IMessageValidation based on regular expressions.
Implements
IMessage<RegexValidation>, IEquatable<RegexValidation>, IDeepCloneable<RegexValidation>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
RegexValidation()
public RegexValidation()RegexValidation(RegexValidation)
public RegexValidation(RegexValidation other)| Parameter | |
|---|---|
| Name | Description |
other |
RegexValidation |
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 | |
|---|---|
| Type | Description |
RepeatedField<String> |
|