Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::MetadataFeed::Filters.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#aspect_types
def aspect_types() -> ::Array<::String>-
(::Array<::String>) — 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}.
#aspect_types=
def aspect_types=(value) -> ::Array<::String>-
value (::Array<::String>) — 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}.
-
(::Array<::String>) — 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
def change_types() -> ::Array<::Google::Cloud::Dataplex::V1::MetadataFeed::Filters::ChangeType>- (::Array<::Google::Cloud::Dataplex::V1::MetadataFeed::Filters::ChangeType>) — Optional. The type of change that you want to listen to. If not specified, all changes are published.
#change_types=
def change_types=(value) -> ::Array<::Google::Cloud::Dataplex::V1::MetadataFeed::Filters::ChangeType>- value (::Array<::Google::Cloud::Dataplex::V1::MetadataFeed::Filters::ChangeType>) — Optional. The type of change that you want to listen to. If not specified, all changes are published.
- (::Array<::Google::Cloud::Dataplex::V1::MetadataFeed::Filters::ChangeType>) — Optional. The type of change that you want to listen to. If not specified, all changes are published.
#entry_types
def entry_types() -> ::Array<::String>-
(::Array<::String>) — 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.
#entry_types=
def entry_types=(value) -> ::Array<::String>-
value (::Array<::String>) — 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.
-
(::Array<::String>) — 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.