enforceInTransit property

bool? enforceInTransit
getter/setter pair

If true, allowed_persistence_regions is also used to enforce in-transit guarantees for messages.

That is, Pub/Sub will fail Publish operations on this topic and subscribe operations on any subscription attached to this topic in any region that is not in allowed_persistence_regions.

Optional.

Implementation

core.bool? enforceInTransit;