| Modifier and Type | Method and Description |
|---|---|
static BgpRoute.Origin |
BgpRoute.Origin.forNumber(int value) |
static BgpRoute.Origin |
BgpRoute.Origin.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BgpRoute.Origin |
BgpRoute.Origin.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BgpRoute.Origin |
BgpRoute.Origin.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BgpRoute.Origin[] |
BgpRoute.Origin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<BgpRoute.Origin> |
BgpRoute.Origin.internalGetValueMap() |
Copyright © 2025 Google LLC. All rights reserved.