From 9a9b5adb894773c7754a85288b3dbe7c65caa354 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 25 Oct 2022 07:24:19 +0000 Subject: [PATCH] feat(alertcenter): update the api #### alertcenter:v1beta1 The following keys were added: - schemas.AbuseDetected.properties.nextSteps.type (Total Keys: 1) --- .../discovery_cache/documents/alertcenter.v1beta1.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/googleapiclient/discovery_cache/documents/alertcenter.v1beta1.json b/googleapiclient/discovery_cache/documents/alertcenter.v1beta1.json index e544c8899bd..ab8e6b9441f 100644 --- a/googleapiclient/discovery_cache/documents/alertcenter.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/alertcenter.v1beta1.json @@ -423,7 +423,7 @@ } } }, - "revision": "20221010", + "revision": "20221017", "rootUrl": "https://alertcenter.googleapis.com/", "schemas": { "AbuseDetected": { @@ -438,6 +438,10 @@ "description": "Displayed after Customer abuse detected - {alert_descriptor}. If missing, alert name will be displayed as Customer abuse detected.", "type": "string" }, + "nextSteps": { + "description": "Customizable text to display in the next steps section of the alert. Will be parsed as HTML to allow new paragraphs and hyperlinks.", + "type": "string" + }, "product": { "description": "Product that the abuse is originating from.", "type": "string"