Skip to content

Commit 64cbf82

Browse files
feat(serviceusage): update the api
#### serviceusage:v1 The following keys were added: - schemas.BackendRule.properties.overridesByRequestProtocol (Total Keys: 2) #### serviceusage:v1beta1 The following keys were added: - schemas.BackendRule.properties.overridesByRequestProtocol (Total Keys: 2)
1 parent df40666 commit 64cbf82

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

googleapiclient/discovery_cache/documents/serviceusage.v1.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@
426426
}
427427
}
428428
},
429-
"revision": "20230212",
429+
"revision": "20230216",
430430
"rootUrl": "https://serviceusage.googleapis.com/",
431431
"schemas": {
432432
"AdminQuotaPolicy": {
@@ -657,6 +657,13 @@
657657
"format": "double",
658658
"type": "number"
659659
},
660+
"overridesByRequestProtocol": {
661+
"additionalProperties": {
662+
"$ref": "BackendRule"
663+
},
664+
"description": "The map between request protocol and the backend address.",
665+
"type": "object"
666+
},
660667
"pathTranslation": {
661668
"enum": [
662669
"PATH_TRANSLATION_UNSPECIFIED",

googleapiclient/discovery_cache/documents/serviceusage.v1beta1.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@
959959
}
960960
}
961961
},
962-
"revision": "20230212",
962+
"revision": "20230216",
963963
"rootUrl": "https://serviceusage.googleapis.com/",
964964
"schemas": {
965965
"AdminQuotaPolicy": {
@@ -1190,6 +1190,13 @@
11901190
"format": "double",
11911191
"type": "number"
11921192
},
1193+
"overridesByRequestProtocol": {
1194+
"additionalProperties": {
1195+
"$ref": "BackendRule"
1196+
},
1197+
"description": "The map between request protocol and the backend address.",
1198+
"type": "object"
1199+
},
11931200
"pathTranslation": {
11941201
"enum": [
11951202
"PATH_TRANSLATION_UNSPECIFIED",

0 commit comments

Comments
 (0)