pubsubTopicName property
A Cloud Pub/Sub topic name. For example,
projects/myProject/topics/deviceEvents
.
Implementation
@$pb.TagNumber(1)
$core.String get pubsubTopicName => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set pubsubTopicName($core.String v) { $_setString(0, v); }