Module: Google::Cloud::Dataplex::V1::Schema::Mode

Defined in:
proto_docs/google/cloud/dataplex/v1/metadata.rb

Overview

Additional qualifiers to define field semantics.

Constant Summary collapse

MODE_UNSPECIFIED =

Mode unspecified.

0
REQUIRED =

The field has required semantics.

1
NULLABLE =

The field has optional semantics, and may be null.

2
REPEATED =

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

3