We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2776614 commit 8a0591dCopy full SHA for 8a0591d
securitycenter/src/update_notification.php
@@ -46,7 +46,8 @@
46
$notificationConfig = (new NotificationConfig())
47
->setName($notificationConfigName)
48
->setDescription('Updated description.')
49
- ->setPubsubTopic($pubsubTopic);
+ ->setPubsubTopic($pubsubTopic)
50
+ ->setStreamingConfig($streamingConfig);
51
52
$response = $securityCenterClient->updateNotificationConfig($notificationConfig, [$fieldMask]);
53
printf('Notification config was updated: %s' . PHP_EOL, $response->getName());
0 commit comments