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 \ IncompatibleDataSchemaMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;