Google Cloud Dataplex V1 Client - Class SchemaChange (0.9.0)

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

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

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

Namespace

Google \ Cloud \ Dataplex \ V1 \ Action \ IncompatibleDataSchema

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

SCHEMA_CHANGE_UNSPECIFIED

Value: 0

Schema change unspecified.

Generated from protobuf enum SCHEMA_CHANGE_UNSPECIFIED = 0;

INCOMPATIBLE

Value: 1

Newly discovered schema is incompatible with existing schema.

Generated from protobuf enum INCOMPATIBLE = 1;

MODIFIED

Value: 2

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

Generated from protobuf enum MODIFIED = 2;