pubsubTopic property

String? pubsubTopic
getter/setter pair

The name of a Pub/Sub topic in the same project that will be used as the transport topic for the event delivery.

Format: projects/{project}/topics/{topic}. This is only valid for events of type google.cloud.pubsub.topic.v1.messagePublished. The topic provided here will not be deleted at function deletion.

Optional.

Implementation

core.String? pubsubTopic;