notificationPubsubTopic property

String? notificationPubsubTopic
getter/setter pair

Full Pub/Sub topic name 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}. It has to be within the same project as ImportProductsRequest.parent. Make sure that both [email protected] and [email protected] have the pubsub.topics.publish IAM permission on the topic. Only supported when ImportProductsRequest.reconciliation_mode is set to FULL.

Implementation

core.String? notificationPubsubTopic;