Google Cloud Dataplex V1 Client - Class SchemaChange (1.8.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
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;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.