Google Cloud Dataplex V1 Client - Class SchemaChange (1.8.0)
Stay organized with collections
Save and categorize content based on your preferences.
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: 0Schema change unspecified.
Generated from protobuf enum SCHEMA_CHANGE_UNSPECIFIED = 0;
INCOMPATIBLE
Value: 1Newly discovered schema is incompatible with existing schema.
Generated from protobuf enum INCOMPATIBLE = 1;
MODIFIED
Value: 2Newly discovered schema has changed from existing schema for data in a curated zone.
Generated from protobuf enum MODIFIED = 2;