pubsubTopic property
Output only. The name of the Pub/Sub topic created and managed by
Eventarc system as a transport for the event delivery. Format:
projects/{project}/topics/{topic_id}
.
Implementation
@$pb.TagNumber(8)
$core.String get pubsubTopic => $_getSZ(5);
Implementation
@$pb.TagNumber(8)
set pubsubTopic($core.String v) { $_setString(5, v); }