Skip to content

Commit df40666

Browse files
feat(servicenetworking): update the api
#### servicenetworking:v1 The following keys were added: - schemas.BackendRule.properties.overridesByRequestProtocol (Total Keys: 2) #### servicenetworking:v1beta The following keys were added: - schemas.BackendRule.properties.overridesByRequestProtocol (Total Keys: 2)
1 parent 6c85d3c commit df40666

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

googleapiclient/discovery_cache/documents/servicenetworking.v1.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@
865865
}
866866
}
867867
},
868-
"revision": "20230212",
868+
"revision": "20230219",
869869
"rootUrl": "https://servicenetworking.googleapis.com/",
870870
"schemas": {
871871
"AddDnsRecordSetMetadata": {
@@ -1254,6 +1254,13 @@
12541254
"format": "double",
12551255
"type": "number"
12561256
},
1257+
"overridesByRequestProtocol": {
1258+
"additionalProperties": {
1259+
"$ref": "BackendRule"
1260+
},
1261+
"description": "The map between request protocol and the backend address.",
1262+
"type": "object"
1263+
},
12571264
"pathTranslation": {
12581265
"enum": [
12591266
"PATH_TRANSLATION_UNSPECIFIED",

googleapiclient/discovery_cache/documents/servicenetworking.v1beta.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
}
308308
}
309309
},
310-
"revision": "20230212",
310+
"revision": "20230219",
311311
"rootUrl": "https://servicenetworking.googleapis.com/",
312312
"schemas": {
313313
"AddDnsRecordSetMetadata": {
@@ -593,6 +593,13 @@
593593
"format": "double",
594594
"type": "number"
595595
},
596+
"overridesByRequestProtocol": {
597+
"additionalProperties": {
598+
"$ref": "BackendRule"
599+
},
600+
"description": "The map between request protocol and the backend address.",
601+
"type": "object"
602+
},
596603
"pathTranslation": {
597604
"enum": [
598605
"PATH_TRANSLATION_UNSPECIFIED",

0 commit comments

Comments
 (0)