schemaChange property

String? schemaChange
getter/setter pair

Whether the action relates to a schema that is incompatible or modified. Possible string values are:

  • "SCHEMA_CHANGE_UNSPECIFIED" : Schema change unspecified.
  • "INCOMPATIBLE" : Newly discovered schema is incompatible with existing schema.
  • "MODIFIED" : Newly discovered schema has changed from existing schema for data in a curated zone.

Implementation

core.String? schemaChange;