Google Cloud Dataplex V1 Client - Class ChangeType (1.13.0)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class ChangeType.

The type of change that you want to listen to.

Protobuf type google.cloud.dataplex.v1.MetadataFeed.Filters.ChangeType

Namespace

Google \ Cloud \ Dataplex \ V1 \ MetadataFeed \ Filters

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CHANGE_TYPE_UNSPECIFIED

Value: 0

Unspecified change type. Defaults to UNSPECIFIED.

Generated from protobuf enum CHANGE_TYPE_UNSPECIFIED = 0;

CREATE

Value: 1

The change is a create event.

Generated from protobuf enum CREATE = 1;

UPDATE

Value: 2

The change is an update event.

Generated from protobuf enum UPDATE = 2;

DELETE

Value: 3

The change is a delete event.

Generated from protobuf enum DELETE = 3;