Skip to content

Commit 98801b6

Browse files
chore(networkmanagement): update the api
1 parent 944214d commit 98801b6

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

googleapiclient/discovery_cache/documents/networkmanagement.v1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@
591591
}
592592
}
593593
},
594-
"revision": "20210818",
594+
"revision": "20210908",
595595
"rootUrl": "https://networkmanagement.googleapis.com/",
596596
"schemas": {
597597
"AbortInfo": {
@@ -615,7 +615,8 @@
615615
"SOURCE_ENDPOINT_NOT_FOUND",
616616
"MISMATCHED_SOURCE_NETWORK",
617617
"DESTINATION_ENDPOINT_NOT_FOUND",
618-
"MISMATCHED_DESTINATION_NETWORK"
618+
"MISMATCHED_DESTINATION_NETWORK",
619+
"UNSUPPORTED"
619620
],
620621
"enumDescriptions": [
621622
"Cause is unspecified.",
@@ -632,7 +633,8 @@
632633
"Aborted because the source endpoint could not be found.",
633634
"Aborted because the source network does not match the source endpoint.",
634635
"Aborted because the destination endpoint could not be found.",
635-
"Aborted because the destination network does not match the destination endpoint."
636+
"Aborted because the destination network does not match the destination endpoint.",
637+
"Aborted because the test scenario is not supported."
636638
],
637639
"type": "string"
638640
},

googleapiclient/discovery_cache/documents/networkmanagement.v1beta1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@
591591
}
592592
}
593593
},
594-
"revision": "20210818",
594+
"revision": "20210908",
595595
"rootUrl": "https://networkmanagement.googleapis.com/",
596596
"schemas": {
597597
"AbortInfo": {
@@ -615,7 +615,8 @@
615615
"SOURCE_ENDPOINT_NOT_FOUND",
616616
"MISMATCHED_SOURCE_NETWORK",
617617
"DESTINATION_ENDPOINT_NOT_FOUND",
618-
"MISMATCHED_DESTINATION_NETWORK"
618+
"MISMATCHED_DESTINATION_NETWORK",
619+
"UNSUPPORTED"
619620
],
620621
"enumDescriptions": [
621622
"Cause is unspecified.",
@@ -632,7 +633,8 @@
632633
"Aborted because the source endpoint could not be found.",
633634
"Aborted because the source network does not match the source endpoint.",
634635
"Aborted because the destination endpoint could not be found.",
635-
"Aborted because the destination network does not match the destination endpoint."
636+
"Aborted because the destination network does not match the destination endpoint.",
637+
"Aborted because the test scenario is not supported."
636638
],
637639
"type": "string"
638640
},

0 commit comments

Comments
 (0)