Enum Action.IncompatibleDataSchema.SchemaChange (1.39.0)

public enum Action.IncompatibleDataSchema.SchemaChange extends Enum<Action.IncompatibleDataSchema.SchemaChange> implements ProtocolMessageEnum

Whether the action relates to a schema that is incompatible or modified.

Protobuf enum google.cloud.dataplex.v1.Action.IncompatibleDataSchema.SchemaChange

Implements

ProtocolMessageEnum

Static Fields

NameDescription
INCOMPATIBLE

Newly discovered schema is incompatible with existing schema.

INCOMPATIBLE = 1;

INCOMPATIBLE_VALUE

Newly discovered schema is incompatible with existing schema.

INCOMPATIBLE = 1;

MODIFIED

Newly discovered schema has changed from existing schema for data in a curated zone.

MODIFIED = 2;

MODIFIED_VALUE

Newly discovered schema has changed from existing schema for data in a curated zone.

MODIFIED = 2;

SCHEMA_CHANGE_UNSPECIFIED

Schema change unspecified.

SCHEMA_CHANGE_UNSPECIFIED = 0;

SCHEMA_CHANGE_UNSPECIFIED_VALUE

Schema change unspecified.

SCHEMA_CHANGE_UNSPECIFIED = 0;

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()