Dataplex V1 API - Class Google::Cloud::Dataplex::V1::MetadataFeed::Filters (v2.10.0)

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>
Returns
  • (::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>
Parameter
  • 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}.
Returns
  • (::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>
Returns

#change_types=

def change_types=(value) -> ::Array<::Google::Cloud::Dataplex::V1::MetadataFeed::Filters::ChangeType>
Parameter
Returns

#entry_types

def entry_types() -> ::Array<::String>
Returns
  • (::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>
Parameter
  • 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.
Returns
  • (::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.