Google Cloud Dataproc v1 API - Class ValueValidation (5.10.0)

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

Reference documentation and code samples for the Google Cloud Dataproc v1 API class ValueValidation.

Validation based on a list of allowed values.

Inheritance

object > ValueValidation

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

ValueValidation()

public ValueValidation()

ValueValidation(ValueValidation)

public ValueValidation(ValueValidation other)
Parameter
NameDescription
otherValueValidation

Properties

Values

public RepeatedField<string> Values { get; }

Required. List of allowed values for the parameter.

Property Value
TypeDescription
RepeatedFieldstring