filter property

String? filter
getter/setter pair

An expression written in the Pub/Sub filter language.

If non-empty, then only PubsubMessages whose attributes field matches the filter are delivered on this subscription. If empty, then no messages are filtered out.

Optional.

Implementation

core.String? filter;