notificationPubsubTopic property
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
cloud-retail-customer-data-access@system.gserviceaccount.com
and
service-@gcp-sa-retail.iam.gserviceaccount.com
have the
pubsub.topics.publish
IAM permission on the topic. Only supported when
ImportProductsRequest.reconciliation_mode is set to FULL
.
Implementation
core.String? notificationPubsubTopic;