Enum Schema.Types.Mode (2.1.0)

public enum Mode

Additional qualifiers to define field semantics.

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Fields

NameDescription
Nullable

The field has optional semantics, and may be null.

Repeated

The field has repeated (0 or more) semantics, and is a list of values.

Required

The field has required semantics.

Unspecified

Mode unspecified.