Google Cloud Dataproc v1 API - Class RegexValidation (5.5.0)

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.

Inheritance

object > RegexValidation

Namespace

GoogleCloudGoogle.Cloud.DataprocV1

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
RepeatedFieldstring