Google Cloud Dataplex V1 Client - Class Mode (1.2.1)

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
Name Description
value mixed

static::value

Parameter
Name Description
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;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.