Skip to content

Commit caddbcc

Browse files
feat(servicecontrol): update the api
#### servicecontrol:v1 The following keys were added: - schemas.V1ResourceEvent.properties.contextId (Total Keys: 2) #### servicecontrol:v2 The following keys were added: - schemas.V2ResourceEvent.properties.contextId (Total Keys: 2)
1 parent 8bddd6b commit caddbcc

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

googleapiclient/discovery_cache/documents/servicecontrol.v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
}
198198
}
199199
},
200-
"revision": "20240628",
200+
"revision": "20240802",
201201
"rootUrl": "https://servicecontrol.googleapis.com/",
202202
"schemas": {
203203
"AllocateInfo": {
@@ -2178,6 +2178,11 @@
21782178
"description": "Report v2 extension proto for passing the resource metadata associated with a resource create/update/delete/undelete event from ESF to Chemist. ResourceEvent proto should be serialized into the ReportRequest.operations.extensions.",
21792179
"id": "V1ResourceEvent",
21802180
"properties": {
2181+
"contextId": {
2182+
"description": "The ESF unique context id of the api request, from which this resource event originated. This field is only needed for CAIS integration via api annotation. See go/cais-lro-delete for more details.",
2183+
"format": "int64",
2184+
"type": "string"
2185+
},
21812186
"destinations": {
21822187
"description": "The destinations field determines which backend services should handle the event. This should be specified as a comma-delimited string.",
21832188
"type": "string"

googleapiclient/discovery_cache/documents/servicecontrol.v2.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
}
170170
}
171171
},
172-
"revision": "20240705",
172+
"revision": "20240802",
173173
"rootUrl": "https://servicecontrol.googleapis.com/",
174174
"schemas": {
175175
"Api": {
@@ -1191,6 +1191,11 @@
11911191
"description": "Report v2 extension proto for passing the resource metadata associated with a resource create/update/delete/undelete event from ESF to Chemist. ResourceEvent proto should be serialized into the ReportRequest.operations.extensions.",
11921192
"id": "V2ResourceEvent",
11931193
"properties": {
1194+
"contextId": {
1195+
"description": "The ESF unique context id of the api request, from which this resource event originated. This field is only needed for CAIS integration via api annotation. See go/cais-lro-delete for more details.",
1196+
"format": "int64",
1197+
"type": "string"
1198+
},
11941199
"destinations": {
11951200
"description": "The destinations field determines which backend services should handle the event. This should be specified as a comma-delimited string.",
11961201
"type": "string"

0 commit comments

Comments
 (0)