Module Google::Cloud::Dataplex::V1::Schema::Mode (v0.1.0)

Additional qualifiers to define field semantics.

Constants

MODE_UNSPECIFIED

value: 0
Mode unspecified.

REQUIRED

value: 1
The field has required semantics.

NULLABLE

value: 2
The field has optional semantics, and may be null.

REPEATED

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