Skip to content

Commit b92e2cc

Browse files
docs: [networkmanagement] Update comment for the region field in RouteInfo (#8010)
* docs: Update comment for the `region` field in `RouteInfo` PiperOrigin-RevId: 897473889 Source-Link: googleapis/googleapis@66fcc02 Source-Link: googleapis/googleapis-gen@256ab19 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLW5ldHdvcmttYW5hZ2VtZW50Ly5Pd2xCb3QueWFtbCIsImgiOiIyNTZhYjE5MzllYWMwYzFkNjA1ZjNkMzRmZDg0NTdlNGEzMGM3NTNmIn0= * 🦉 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>
1 parent c75e5b6 commit b92e2cc

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"extends": "./node_modules/gts"
2+
"extends": "./node_modules/gts",
3+
"root": true
34
}

packages/google-cloud-networkmanagement/protos/google/cloud/networkmanagement/v1/trace.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,9 @@ message RouteInfo {
682682

683683
// Region of the route. DYNAMIC, PEERING_DYNAMIC, POLICY_BASED and ADVERTISED
684684
// routes only. If set for POLICY_BASED route, this is a region of VLAN
685-
// attachments for Cloud Interconnect the route applies to.
685+
// attachments for Cloud Interconnect the route applies to. If set to "all"
686+
// for POLICY_BASED route, the route applies to VLAN attachments of Cloud
687+
// Interconnect in all regions.
686688
string region = 19;
687689

688690
// Destination IP range of the route.

packages/google-cloud-networkmanagement/protos/google/cloud/networkmanagement/v1beta1/trace.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,9 @@ message RouteInfo {
686686

687687
// Region of the route. DYNAMIC, PEERING_DYNAMIC, POLICY_BASED and ADVERTISED
688688
// routes only. If set for POLICY_BASED route, this is a region of VLAN
689-
// attachments for Cloud Interconnect the route applies to.
689+
// attachments for Cloud Interconnect the route applies to. If set to "all"
690+
// for POLICY_BASED route, the route applies to VLAN attachments of Cloud
691+
// Interconnect in all regions.
690692
string region = 19;
691693

692694
// Destination IP range of the route.

packages/google-cloud-networkmanagement/system-test/install.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe('📦 pack-n-play test', () => {
4040
packageDir: process.cwd(),
4141
sample: {
4242
description: 'JavaScript user can use the library',
43-
ts: readFileSync('./system-test/fixtures/sample/src/index.js').toString()
43+
cjs: readFileSync('./system-test/fixtures/sample/src/index.js').toString()
4444
}
4545
};
4646
await packNTest(options);

0 commit comments

Comments
 (0)