We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd545e5 commit 6991a78Copy full SHA for 6991a78
monitoring/snippets/alerts.js
@@ -57,7 +57,7 @@ function backupPolicies(projectId) {
57
.catch(err => {
58
console.error('ERROR:', err);
59
});
60
- // [START monitoring_alert_backup_policies]
+ // [END monitoring_alert_backup_policies]
61
}
62
63
function restorePolicies(projectId) {
@@ -125,7 +125,7 @@ function restorePolicies(projectId) {
125
return Promise.reject(err);
126
127
128
- // [START monitoring_alert_restore_policies]
+ // [END monitoring_alert_restore_policies]
129
130
131
function replaceChannels(projectId, alertPolicyId, channelIds) {
0 commit comments