producerNotificationChannel property

  1. @TagNumber.new(7)
String get producerNotificationChannel

The full resource name of a channel used for sending notifications to the service producer.

Google Service Management currently only supports Google Cloud Pub/Sub as a notification channel. To use Google Cloud Pub/Sub as the channel, this must be the name of a Cloud Pub/Sub topic that uses the Cloud Pub/Sub topic name format documented in https://cloud.google.com/pubsub/docs/overview.

Implementation

@$pb.TagNumber(7)
$core.String get producerNotificationChannel => $_getSZ(2);
  1. @TagNumber.new(7)
set producerNotificationChannel (String value)

Implementation

@$pb.TagNumber(7)
set producerNotificationChannel($core.String value) => $_setString(2, value);