Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
feat: add new abort cause and new route next hop type (#124)
Browse files Browse the repository at this point in the history
* feat: add new abort cause and new route next hop type

PiperOrigin-RevId: 460402186

Source-Link: googleapis/googleapis@5813dcf

Source-Link: https://github.com/googleapis/googleapis-gen/commit/c0d4294b8d6a55785f0dd2569ca740e17eb62fbe
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzBkNDI5NGI4ZDZhNTU3ODVmMGRkMjU2OWNhNzQwZTE3ZWI2MmZiZSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jul 12, 2022
1 parent 37c4706 commit d4363e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions google/cloud/network_management_v1/types/trace.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@ class NextHopType(proto.Enum):
NEXT_HOP_INTERNET_GATEWAY = 8
NEXT_HOP_BLACKHOLE = 9
NEXT_HOP_ILB = 10
NEXT_HOP_ROUTER_APPLIANCE = 11

route_type = proto.Field(
proto.ENUM,
Expand Down Expand Up @@ -1036,6 +1037,7 @@ class Cause(proto.Enum):
MISMATCHED_SOURCE_NETWORK = 12
DESTINATION_ENDPOINT_NOT_FOUND = 13
MISMATCHED_DESTINATION_NETWORK = 14
UNSUPPORTED = 15

cause = proto.Field(
proto.ENUM,
Expand Down

0 comments on commit d4363e4

Please sign in to comment.