docs: Update comment for the region field in RouteInfo

PiperOrigin-RevId: 897473889
This commit is contained in:
Google APIs 2026-04-09 22:02:49 -07:00 committed by Copybara-Service
parent b6669d761c
commit 66fcc021fe
2 changed files with 6 additions and 2 deletions

View file

@ -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.

View file

@ -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.