Skip to content

Commit ba5bd72

Browse files
feat(serviceconsumermanagement): update the api
#### serviceconsumermanagement:v1 The following keys were added: - schemas.BackendRule.properties.overridesByRequestProtocol (Total Keys: 2) #### serviceconsumermanagement:v1beta1 The following keys were added: - schemas.BackendRule.properties.overridesByRequestProtocol (Total Keys: 2)
1 parent 940222c commit ba5bd72

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

googleapiclient/discovery_cache/documents/serviceconsumermanagement.v1.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@
542542
}
543543
}
544544
},
545-
"revision": "20230212",
545+
"revision": "20230216",
546546
"rootUrl": "https://serviceconsumermanagement.googleapis.com/",
547547
"schemas": {
548548
"AddTenantProjectRequest": {
@@ -787,6 +787,13 @@
787787
"format": "double",
788788
"type": "number"
789789
},
790+
"overridesByRequestProtocol": {
791+
"additionalProperties": {
792+
"$ref": "BackendRule"
793+
},
794+
"description": "The map between request protocol and the backend address.",
795+
"type": "object"
796+
},
790797
"pathTranslation": {
791798
"enum": [
792799
"PATH_TRANSLATION_UNSPECIFIED",

googleapiclient/discovery_cache/documents/serviceconsumermanagement.v1beta1.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@
500500
}
501501
}
502502
},
503-
"revision": "20230212",
503+
"revision": "20230216",
504504
"rootUrl": "https://serviceconsumermanagement.googleapis.com/",
505505
"schemas": {
506506
"Api": {
@@ -696,6 +696,13 @@
696696
"format": "double",
697697
"type": "number"
698698
},
699+
"overridesByRequestProtocol": {
700+
"additionalProperties": {
701+
"$ref": "BackendRule"
702+
},
703+
"description": "The map between request protocol and the backend address.",
704+
"type": "object"
705+
},
699706
"pathTranslation": {
700707
"enum": [
701708
"PATH_TRANSLATION_UNSPECIFIED",

0 commit comments

Comments
 (0)