Google Cloud Dataplex V1 Client - Class EventType (1.4.0)

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

Type of glossary log event.

Protobuf type google.cloud.dataplex.v1.BusinessGlossaryEvent.EventType

Namespace

Google \ Cloud \ Dataplex \ V1 \ BusinessGlossaryEvent

Methods

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;

GLOSSARY_CREATE

Value: 1

Glossary create event.

Generated from protobuf enum GLOSSARY_CREATE = 1;

GLOSSARY_UPDATE

Value: 2

Glossary update event.

Generated from protobuf enum GLOSSARY_UPDATE = 2;

GLOSSARY_DELETE

Value: 3

Glossary delete event.

Generated from protobuf enum GLOSSARY_DELETE = 3;

GLOSSARY_CATEGORY_CREATE

Value: 4

Glossary category create event.

Generated from protobuf enum GLOSSARY_CATEGORY_CREATE = 4;

GLOSSARY_CATEGORY_UPDATE

Value: 5

Glossary category update event.

Generated from protobuf enum GLOSSARY_CATEGORY_UPDATE = 5;

GLOSSARY_CATEGORY_DELETE

Value: 6

Glossary category delete event.

Generated from protobuf enum GLOSSARY_CATEGORY_DELETE = 6;

GLOSSARY_TERM_CREATE

Value: 7

Glossary term create event.

Generated from protobuf enum GLOSSARY_TERM_CREATE = 7;

GLOSSARY_TERM_UPDATE

Value: 8

Glossary term update event.

Generated from protobuf enum GLOSSARY_TERM_UPDATE = 8;

GLOSSARY_TERM_DELETE

Value: 9

Glossary term delete event.

Generated from protobuf enum GLOSSARY_TERM_DELETE = 9;