Filters(mapping=None, *, ignore_unknown_fields=False, **kwargs)Filters defines the type of changes that you want to listen to. You can have multiple entry type filters and multiple aspect type filters. All of the entry type filters are OR'ed together. All of the aspect type filters are OR'ed together. All of the entry type filters and aspect type filters are AND'ed together.
Attributes |
|
|---|---|
| Name | Description |
entry_types |
MutableSequence[str]
Optional. The entry types that you want to listen to, specified as relative resource names in the format projects/{project_id_or_number}/locations/{location}/entryTypes/{entry_type_id}.
Only entries that belong to the specified entry types are
published.
|
aspect_types |
MutableSequence[str]
Optional. The aspect types that you want to listen to. Depending on how the aspect is attached to the entry, in the format: projects/{project_id_or_number}/locations/{location}/aspectTypes/{aspect_type_id}.
|
change_types |
MutableSequence[google.cloud.dataplex_v1.types.MetadataFeed.Filters.ChangeType]
Optional. The type of change that you want to listen to. If not specified, all changes are published. |
Classes
ChangeType
ChangeType(value)The type of change that you want to listen to.