Google Cloud Dataplex V1 Client - Class Mode (0.9.0)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class Mode.

Additional qualifiers to define field semantics.

Protobuf type google.cloud.dataplex.v1.Schema.Mode

Namespace

Google \ Cloud \ Dataplex \ V1 \ Schema

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

MODE_UNSPECIFIED

Value: 0

Mode unspecified.

Generated from protobuf enum MODE_UNSPECIFIED = 0;

REQUIRED

Value: 1

The field has required semantics.

Generated from protobuf enum REQUIRED = 1;

NULLABLE

Value: 2

The field has optional semantics, and may be null.

Generated from protobuf enum NULLABLE = 2;

REPEATED

Value: 3

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

Generated from protobuf enum REPEATED = 3;