Google Cloud Dataplex V1 Client - Class Mode (1.2.1)
Stay organized with collections
Save and categorize content based on your preferences.
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 \ SchemaMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MODE_UNSPECIFIED
Value: 0Mode unspecified.
Generated from protobuf enum MODE_UNSPECIFIED = 0;
REQUIRED
Value: 1The field has required semantics.
Generated from protobuf enum REQUIRED = 1;
NULLABLE
Value: 2The field has optional semantics, and may be null.
Generated from protobuf enum NULLABLE = 2;
REPEATED
Value: 3The field has repeated (0 or more) semantics, and is a list of values.
Generated from protobuf enum REPEATED = 3;