pubsubTopic property
Optional. 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.
Implementation
@$pb.TagNumber(5)
$core.String get pubsubTopic => $_getSZ(4);
Implementation
@$pb.TagNumber(5)
set pubsubTopic($core.String v) { $_setString(4, v); }