From 66fcc021fec9e5249e69da17068bea999f113622 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Thu, 9 Apr 2026 22:02:49 -0700 Subject: [PATCH] docs: Update comment for the `region` field in `RouteInfo` PiperOrigin-RevId: 897473889 --- google/cloud/networkmanagement/v1/trace.proto | 4 +++- google/cloud/networkmanagement/v1beta1/trace.proto | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/google/cloud/networkmanagement/v1/trace.proto b/google/cloud/networkmanagement/v1/trace.proto index eeaba9cb7c..78794b6348 100644 --- a/google/cloud/networkmanagement/v1/trace.proto +++ b/google/cloud/networkmanagement/v1/trace.proto @@ -682,7 +682,9 @@ message RouteInfo { // Region of the route. DYNAMIC, PEERING_DYNAMIC, POLICY_BASED and ADVERTISED // routes only. If set for POLICY_BASED route, this is a region of VLAN - // attachments for Cloud Interconnect the route applies to. + // attachments for Cloud Interconnect the route applies to. If set to "all" + // for POLICY_BASED route, the route applies to VLAN attachments of Cloud + // Interconnect in all regions. string region = 19; // Destination IP range of the route. diff --git a/google/cloud/networkmanagement/v1beta1/trace.proto b/google/cloud/networkmanagement/v1beta1/trace.proto index bd1feefbda..8c0d21d892 100644 --- a/google/cloud/networkmanagement/v1beta1/trace.proto +++ b/google/cloud/networkmanagement/v1beta1/trace.proto @@ -686,7 +686,9 @@ message RouteInfo { // Region of the route. DYNAMIC, PEERING_DYNAMIC, POLICY_BASED and ADVERTISED // routes only. If set for POLICY_BASED route, this is a region of VLAN - // attachments for Cloud Interconnect the route applies to. + // attachments for Cloud Interconnect the route applies to. If set to "all" + // for POLICY_BASED route, the route applies to VLAN attachments of Cloud + // Interconnect in all regions. string region = 19; // Destination IP range of the route.