notificationPubsubTopic property
Pub/Sub topic for receiving notification.
If this field is set, when the import is finished, a notification is sent
to specified Pub/Sub topic. The message data is JSON string of a
Operation. Format of the Pub/Sub topic is
projects/{project}/topics/{topic}
.
Implementation
core.String? notificationPubsubTopic;