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 4892dff commit 29e2908Copy full SHA for 29e2908
security-center/snippets/v1/createNotificationConfig.js
@@ -19,7 +19,7 @@ function main(
19
pubsubTopic = 'projects/{your-project}/topics/{your-topic}'
20
) {
21
// [START securitycenter_create_notification_config]
22
- // npm install @google-cloud/security-center/
+ // npm install '@google-cloud/security-center'
23
const {SecurityCenterClient} = require('@google-cloud/security-center');
24
25
const client = new SecurityCenterClient();
0 commit comments