| Modifier and Type | Method and Description |
|---|---|
static RouteInfo.NextHopType |
RouteInfo.NextHopType.forNumber(int value) |
RouteInfo.NextHopType |
RouteInfo.getNextHopType()
Type of next hop.
|
RouteInfo.NextHopType |
RouteInfo.Builder.getNextHopType()
Type of next hop.
|
RouteInfo.NextHopType |
RouteInfoOrBuilder.getNextHopType()
Type of next hop.
|
static RouteInfo.NextHopType |
RouteInfo.NextHopType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RouteInfo.NextHopType |
RouteInfo.NextHopType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RouteInfo.NextHopType |
RouteInfo.NextHopType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RouteInfo.NextHopType[] |
RouteInfo.NextHopType.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<RouteInfo.NextHopType> |
RouteInfo.NextHopType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
RouteInfo.Builder |
RouteInfo.Builder.setNextHopType(RouteInfo.NextHopType value)
Type of next hop.
|
Copyright © 2022 Google LLC. All rights reserved.