Skip to content

Commit 8a1acb7

Browse files
fix(threatintelligence): update the API
#### threatintelligence:v1beta The following keys were changed: - endpoints - schemas.Alert.properties.aiSummary.description - schemas.AlertDocument.properties.aiSummary.description
1 parent 43373c1 commit 8a1acb7

2 files changed

Lines changed: 20 additions & 5 deletions

File tree

discovery/threatintelligence-v1beta.json

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,21 @@
2020
"description": "Regional Endpoint",
2121
"endpointUrl": "https://threatintelligence.us-central1.rep.googleapis.com/",
2222
"location": "us-central1"
23+
},
24+
{
25+
"description": "Regional Endpoint",
26+
"endpointUrl": "https://threatintelligence.us-east5.rep.googleapis.com/",
27+
"location": "us-east5"
28+
},
29+
{
30+
"description": "Regional Endpoint",
31+
"endpointUrl": "https://threatintelligence.us-west2.rep.googleapis.com/",
32+
"location": "us-west2"
33+
},
34+
{
35+
"description": "Regional Endpoint",
36+
"endpointUrl": "https://threatintelligence.us.rep.googleapis.com/",
37+
"location": "us"
2338
}
2439
],
2540
"fullyEncodeReservedExpansion": true,
@@ -817,15 +832,15 @@
817832
}
818833
}
819834
},
820-
"revision": "20260428",
835+
"revision": "20260513",
821836
"rootUrl": "https://threatintelligence.googleapis.com/",
822837
"schemas": {
823838
"Alert": {
824839
"description": "Stateful object representing a group of Findings. Key feature to an Alert is that it expresses the user's intent towards the findings of that group, even those that haven't occurred yet.",
825840
"id": "Alert",
826841
"properties": {
827842
"aiSummary": {
828-
"description": "Optional. AI summary of the finding.",
843+
"description": "Optional. AI summary of the alert.",
829844
"type": "string"
830845
},
831846
"audit": {
@@ -969,7 +984,7 @@
969984
"id": "AlertDocument",
970985
"properties": {
971986
"aiSummary": {
972-
"description": "Output only. AI summary of the finding.",
987+
"description": "Output only. AI summary of the document.",
973988
"readOnly": true,
974989
"type": "string"
975990
},

src/apis/threatintelligence/v1beta.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export namespace threatintelligence_v1beta {
129129
*/
130130
export interface Schema$Alert {
131131
/**
132-
* Optional. AI summary of the finding.
132+
* Optional. AI summary of the alert.
133133
*/
134134
aiSummary?: string | null;
135135
/**
@@ -219,7 +219,7 @@ export namespace threatintelligence_v1beta {
219219
*/
220220
export interface Schema$AlertDocument {
221221
/**
222-
* Output only. AI summary of the finding.
222+
* Output only. AI summary of the document.
223223
*/
224224
aiSummary?: string | null;
225225
/**

0 commit comments

Comments
 (0)