pubsubTopic property

  1. @TagNumber(1)
String pubsubTopic

The Pub/Sub topic where notifications like the job state changes will be published. This topic exist in the same project as the job and billings will be charged to this project. If not specified, no Pub/Sub messages will be sent. Topic format: projects/{project}/topics/{topic}.

Implementation

@$pb.TagNumber(1)
$core.String get pubsubTopic => $_getSZ(0);
  1. @TagNumber(1)
void pubsubTopic=(String v)

Implementation

@$pb.TagNumber(1)
set pubsubTopic($core.String v) { $_setString(0, v); }