Enum Schema.Mode (1.39.0)

public enum Schema.Mode extends Enum<Schema.Mode> implements ProtocolMessageEnum

Additional qualifiers to define field semantics.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
MODE_UNSPECIFIED

Mode unspecified.

MODE_UNSPECIFIED = 0;

MODE_UNSPECIFIED_VALUE

Mode unspecified.

MODE_UNSPECIFIED = 0;

NULLABLE

The field has optional semantics, and may be null.

NULLABLE = 2;

NULLABLE_VALUE

The field has optional semantics, and may be null.

NULLABLE = 2;

REPEATED

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

REPEATED = 3;

REPEATED_VALUE

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

REPEATED = 3;

REQUIRED

The field has required semantics.

REQUIRED = 1;

REQUIRED_VALUE

The field has required semantics.

REQUIRED = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()