Skip to content

Commit 0d29913

Browse files
feat(networkconnectivity): update the api
#### networkconnectivity:v1 The following keys were added: - schemas.AcceptHubSpokeResponse (Total Keys: 3) - schemas.RejectHubSpokeResponse (Total Keys: 3)
1 parent fde7890 commit 0d29913

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

googleapiclient/discovery_cache/documents/networkconnectivity.v1.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2686,7 +2686,7 @@
26862686
}
26872687
}
26882688
},
2689-
"revision": "20230831",
2689+
"revision": "20230906",
26902690
"rootUrl": "https://networkconnectivity.googleapis.com/",
26912691
"schemas": {
26922692
"AcceptHubSpokeRequest": {
@@ -2704,6 +2704,17 @@
27042704
},
27052705
"type": "object"
27062706
},
2707+
"AcceptHubSpokeResponse": {
2708+
"description": "The response for HubService.AcceptHubSpoke.",
2709+
"id": "AcceptHubSpokeResponse",
2710+
"properties": {
2711+
"spoke": {
2712+
"$ref": "Spoke",
2713+
"description": "The spoke that was operated on."
2714+
}
2715+
},
2716+
"type": "object"
2717+
},
27072718
"AcceptSpokeRequest": {
27082719
"description": "The request for HubService.AcceptSpoke.",
27092720
"id": "AcceptSpokeRequest",
@@ -4095,6 +4106,17 @@
40954106
},
40964107
"type": "object"
40974108
},
4109+
"RejectHubSpokeResponse": {
4110+
"description": "The response for HubService.RejectHubSpoke.",
4111+
"id": "RejectHubSpokeResponse",
4112+
"properties": {
4113+
"spoke": {
4114+
"$ref": "Spoke",
4115+
"description": "The spoke that was operated on."
4116+
}
4117+
},
4118+
"type": "object"
4119+
},
40984120
"RejectSpokeRequest": {
40994121
"description": "The request for HubService.RejectSpoke.",
41004122
"id": "RejectSpokeRequest",

googleapiclient/discovery_cache/documents/networkconnectivity.v1alpha1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@
11161116
}
11171117
}
11181118
},
1119-
"revision": "20230831",
1119+
"revision": "20230906",
11201120
"rootUrl": "https://networkconnectivity.googleapis.com/",
11211121
"schemas": {
11221122
"AuditConfig": {

0 commit comments

Comments
 (0)