Reference documentation and code samples for the Google Cloud Dataplex V1 Client class EventType.
The type of the event.
Protobuf type google.cloud.dataplex.v1.DiscoveryEvent.EventType
Namespace
Google \ Cloud \ Dataplex \ V1 \ DiscoveryEventMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
EVENT_TYPE_UNSPECIFIED
Value: 0
An unspecified event type.
Generated from protobuf enum EVENT_TYPE_UNSPECIFIED = 0;
CONFIG
Value: 1
An event representing discovery configuration in effect.
Generated from protobuf enum CONFIG = 1;
ENTITY_CREATED
Value: 2
An event representing a metadata entity being created.
Generated from protobuf enum ENTITY_CREATED = 2;
ENTITY_UPDATED
Value: 3
An event representing a metadata entity being updated.
Generated from protobuf enum ENTITY_UPDATED = 3;
ENTITY_DELETED
Value: 4
An event representing a metadata entity being deleted.
Generated from protobuf enum ENTITY_DELETED = 4;
PARTITION_CREATED
Value: 5
An event representing a partition being created.
Generated from protobuf enum PARTITION_CREATED = 5;
PARTITION_UPDATED
Value: 6
An event representing a partition being updated.
Generated from protobuf enum PARTITION_UPDATED = 6;
PARTITION_DELETED
Value: 7
An event representing a partition being deleted.
Generated from protobuf enum PARTITION_DELETED = 7;