Skip to content

Commit b81f28f

Browse files
feat(servicecontrol): update the api
#### servicecontrol:v1 The following keys were added: - schemas.AuditLog.properties.serviceData.deprecated (Total Keys: 1) - schemas.QuotaInfo.properties.limitExceeded.deprecated (Total Keys: 1) #### servicecontrol:v2 The following keys were added: - schemas.AuditLog.properties.serviceData.deprecated (Total Keys: 1)
1 parent 160ee84 commit b81f28f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

googleapiclient/discovery_cache/documents/servicecontrol.v1.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
}
198198
}
199199
},
200-
"revision": "20230623",
200+
"revision": "20230707",
201201
"rootUrl": "https://servicecontrol.googleapis.com/",
202202
"schemas": {
203203
"AllocateInfo": {
@@ -377,6 +377,7 @@
377377
"description": "Properties of the object. Contains field @type with type URL.",
378378
"type": "any"
379379
},
380+
"deprecated": true,
380381
"description": "Deprecated. Use the `metadata` field instead. Other service-specific data about the request, response, and other activities.",
381382
"type": "object"
382383
},
@@ -1384,6 +1385,7 @@
13841385
"id": "QuotaInfo",
13851386
"properties": {
13861387
"limitExceeded": {
1388+
"deprecated": true,
13871389
"description": "Quota Metrics that have exceeded quota limits. For QuotaGroup-based quota, this is QuotaGroup.name For QuotaLimit-based quota, this is QuotaLimit.name See: google.api.Quota Deprecated: Use quota_metrics to get per quota group limit exceeded status.",
13881390
"items": {
13891391
"type": "string"

googleapiclient/discovery_cache/documents/servicecontrol.v2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
}
170170
}
171171
},
172-
"revision": "20230623",
172+
"revision": "20230707",
173173
"rootUrl": "https://servicecontrol.googleapis.com/",
174174
"schemas": {
175175
"Api": {
@@ -318,6 +318,7 @@
318318
"description": "Properties of the object. Contains field @type with type URL.",
319319
"type": "any"
320320
},
321+
"deprecated": true,
321322
"description": "Deprecated. Use the `metadata` field instead. Other service-specific data about the request, response, and other activities.",
322323
"type": "object"
323324
},

0 commit comments

Comments
 (0)