Module: Google::Cloud::Dataplex::V1::Action::IncompatibleDataSchema::SchemaChange

Defined in:
proto_docs/google/cloud/dataplex/v1/resources.rb

Overview

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

Constant Summary collapse

SCHEMA_CHANGE_UNSPECIFIED =

Schema change unspecified.

0
INCOMPATIBLE =

Newly discovered schema is incompatible with existing schema.

1
MODIFIED =

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

2