topic property
Required. The resource name of the Pub/Sub topic. Format: projects/{project_id}/topics/{topic_id}
Implementation
@$pb.TagNumber(2)
$core.String get topic => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set topic($core.String v) {
$_setString(1, v);
}