Cloud Dataplex v1 API - Enum MetadataFeed.Types.Filters.Types.ChangeType (3.15.0)

public enum MetadataFeed.Types.Filters.Types.ChangeType

Reference documentation and code samples for the Cloud Dataplex v1 API enum MetadataFeed.Types.Filters.Types.ChangeType.

The type of change that you want to listen to.

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Fields

Name Description
Create

The change is a create event.

Delete

The change is a delete event.

Unspecified

Unspecified change type. Defaults to UNSPECIFIED.

Update

The change is an update event.