Skip to content

Commit

Permalink
docs: [edgenetwork] swap comments on BONDED and NON_BONDED enums …
Browse files Browse the repository at this point in the history
…in `BondingType` (#5651)

* docs: swap comments on `BONDED` and `NON_BONDED` enums in `BondingType`

PiperOrigin-RevId: 669345789

Source-Link: googleapis/googleapis@7310c46

Source-Link: googleapis/googleapis-gen@59cdf5f
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWVkZ2VuZXR3b3JrLy5Pd2xCb3QueWFtbCIsImgiOiI1OWNkZjVmNTI2NDNmNDI1MmQzOTFiZDg1OWFiMjgyNjgyMzZhMWY0In0=

* 🦉 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 Sep 3, 2024
1 parent d62f18a commit 2436415
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ message Subnet {
// non-bonded connectivity to machines.
BONDING_TYPE_UNSPECIFIED = 0;

// Single homed.
// Multi homed.
BONDED = 1;

// Multi homed.
// Single homed.
NON_BONDED = 2;
}

Expand Down

0 comments on commit 2436415

Please sign in to comment.