Skip to content

Commit 2fc4a7e

Browse files
Google APIscopybara-github
authored andcommitted
feat: add new next hop type to the route info
PiperOrigin-RevId: 460906025
1 parent 46f2598 commit 2fc4a7e

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

google/cloud/networkmanagement/v1beta1/trace.proto

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -16,8 +16,6 @@ syntax = "proto3";
1616

1717
package google.cloud.networkmanagement.v1beta1;
1818

19-
import "google/api/annotations.proto";
20-
2119
option csharp_namespace = "Google.Cloud.NetworkManagement.V1Beta1";
2220
option go_package = "google.golang.org/genproto/googleapis/cloud/networkmanagement/v1beta1;networkmanagement";
2321
option java_multiple_files = true;
@@ -372,6 +370,11 @@ message RouteInfo {
372370

373371
// Next hop is the forwarding rule of an Internal Load Balancer.
374372
NEXT_HOP_ILB = 10;
373+
374+
// Next hop is a
375+
// [router appliance
376+
// instance](https://cloud.google.com/network-connectivity/docs/network-connectivity-center/concepts/ra-overview).
377+
NEXT_HOP_ROUTER_APPLIANCE = 11;
375378
}
376379

377380
// Type of route.

0 commit comments

Comments
 (0)