Skip to content

Commit

Permalink
docs: [google-cloud-edgenetwork] swap comments on BONDED and `NON_B…
Browse files Browse the repository at this point in the history
…ONDED` enums in `BondingType` (#13043)

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

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 669345789

Source-Link:
googleapis/googleapis@7310c46

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

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: ohmayr <[email protected]>
  • Loading branch information
3 people authored Sep 3, 2024
1 parent 127e5c0 commit 308de6b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,9 @@ class BondingType(proto.Enum):
have both bonded and non-bonded connectivity to
machines.
BONDED (1):
Single homed.
NON_BONDED (2):
Multi homed.
NON_BONDED (2):
Single homed.
"""
BONDING_TYPE_UNSPECIFIED = 0
BONDED = 1
Expand Down

0 comments on commit 308de6b

Please sign in to comment.