filter

@JvmName(name = "humqcqoqfffnqpvt")
suspend fun filter(value: Output<String>)
@JvmName(name = "lbsfbabvndopgjuq")
suspend fun filter(value: String?)

Parameters

value

The subscription only delivers the messages that match the filter. Pub/Sub automatically acknowledges the messages that don't match the filter. You can filter messages by their attributes. The maximum length of a filter is 256 bytes. After creating the subscription, you can't modify the filter.