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.
Validation based on regular expressions.
Implements
IMessageRegexValidation, IEquatableRegexValidation, IDeepCloneableRegexValidation, 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 |
RepeatedFieldstring |