Skip to content

Commit d81af85

Browse files
fix(threatintelligence): update the api
#### threatintelligence:v1beta The following keys were changed: - endpoints (Total Keys: 1)
1 parent 5427a49 commit d81af85

2 files changed

Lines changed: 3 additions & 18 deletions

File tree

docs/dyn/threatintelligence_v1beta.projects.alerts.documents.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h3>Method Details</h3>
105105
&quot;author&quot;: &quot;A String&quot;, # Output only. The author of the document.
106106
&quot;collectionTime&quot;: &quot;A String&quot;, # Output only. Time when the origin source collected the intel.
107107
&quot;content&quot;: &quot;A String&quot;, # Output only. The content of the document.
108-
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the document was created.
108+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp of the original external publication of the document.
109109
&quot;ingestTime&quot;: &quot;A String&quot;, # Output only. Time when GTI received the intel.
110110
&quot;languageCode&quot;: &quot;A String&quot;, # Output only. The language code of the document.
111111
&quot;name&quot;: &quot;A String&quot;, # Identifier. Server generated name for the alert document. format is projects/{project}/alerts/{alert}/documents/{document}

googleapiclient/discovery_cache/documents/threatintelligence.v1beta.json

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,6 @@
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"
3823
}
3924
],
4025
"fullyEncodeReservedExpansion": true,
@@ -832,7 +817,7 @@
832817
}
833818
}
834819
},
835-
"revision": "20260412",
820+
"revision": "20260428",
836821
"rootUrl": "https://threatintelligence.googleapis.com/",
837822
"schemas": {
838823
"Alert": {
@@ -1005,7 +990,7 @@
1005990
"type": "string"
1006991
},
1007992
"createTime": {
1008-
"description": "Output only. The time the document was created.",
993+
"description": "Output only. The timestamp of the original external publication of the document.",
1009994
"format": "google-datetime",
1010995
"readOnly": true,
1011996
"type": "string"

0 commit comments

Comments
 (0)