Skip to content

Commit 21790c9

Browse files
author
Patrick Glinsman
committed
Removed /'s
1 parent 0a9d447 commit 21790c9

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

securitycenter/src/create_notification.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
list($_, $organizationId, $notificationConfigId, $projectId, $topicName) = $argv;
2424

2525
// [START scc_create_notification_config]
26-
use \Google\Cloud\SecurityCenter\V1\SecurityCenterClient;
27-
use \Google\Cloud\SecurityCenter\V1\NotificationConfig;
26+
use Google\Cloud\SecurityCenter\V1\SecurityCenterClient;
27+
use Google\Cloud\SecurityCenter\V1\NotificationConfig;
2828

2929
/** Uncomment and populate these variables in your code */
3030
// $organizationId = "{your-org-id}";

securitycenter/src/delete_notification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
list($_, $organizationId, $notificationConfigId) = $argv;
2424

2525
// [START scc_delete_notification_config]
26-
use \Google\Cloud\SecurityCenter\V1\SecurityCenterClient;
26+
use Google\Cloud\SecurityCenter\V1\SecurityCenterClient;
2727

2828
/** Uncomment and populate these variables in your code */
2929
// $organizationId = "{your-org-id}";

securitycenter/src/get_notification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
list($_, $organizationId, $notificationConfigId) = $argv;
2424

2525
// [START scc_get_notification_config]
26-
use \Google\Cloud\SecurityCenter\V1\SecurityCenterClient;
26+
use Google\Cloud\SecurityCenter\V1\SecurityCenterClient;
2727

2828
/** Uncomment and populate these variables in your code */
2929
// $organizationId = "{your-org-id}";

securitycenter/src/list_notification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
list($_, $organizationId) = $argv;
2424

2525
// [START scc_list_notification_configs]
26-
use \Google\Cloud\SecurityCenter\V1\SecurityCenterClient;
26+
use Google\Cloud\SecurityCenter\V1\SecurityCenterClient;
2727

2828
/** Uncomment and populate these variables in your code */
2929
// $organizationId = "{your-org-id}";

securitycenter/src/update_notification.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
list($_, $organizationId, $notificationConfigId, $projectId, $topicName) = $argv;
2424

2525
// [START scc_update_notification_config]
26-
use \Google\Cloud\SecurityCenter\V1\SecurityCenterClient;
27-
use \Google\Cloud\SecurityCenter\V1\NotificationConfig;
28-
use \Google\Protobuf\FieldMask;
26+
use Google\Cloud\SecurityCenter\V1\SecurityCenterClient;
27+
use Google\Cloud\SecurityCenter\V1\NotificationConfig;
28+
use Google\Protobuf\FieldMask;
2929

3030
/** Uncomment and populate these variables in your code */
3131
// $organizationId = "{your-org-id}";

0 commit comments

Comments
 (0)