Uses of Class
com.google.cloud.vmwareengine.v1.PeeringRoute.Direction
-
Packages that use PeeringRoute.Direction Package Description com.google.cloud.vmwareengine.v1 A client to VMware Engine API -
-
Uses of PeeringRoute.Direction in com.google.cloud.vmwareengine.v1
Methods in com.google.cloud.vmwareengine.v1 that return PeeringRoute.Direction Modifier and Type Method Description static PeeringRoute.Direction
PeeringRoute.Direction. forNumber(int value)
PeeringRoute.Direction
PeeringRoute.Builder. getDirection()
Output only.PeeringRoute.Direction
PeeringRoute. getDirection()
Output only.PeeringRoute.Direction
PeeringRouteOrBuilder. getDirection()
Output only.static PeeringRoute.Direction
PeeringRoute.Direction. valueOf(int value)
Deprecated.static PeeringRoute.Direction
PeeringRoute.Direction. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static PeeringRoute.Direction
PeeringRoute.Direction. valueOf(String name)
Returns the enum constant of this type with the specified name.static PeeringRoute.Direction[]
PeeringRoute.Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.vmwareengine.v1 that return types with arguments of type PeeringRoute.Direction Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<PeeringRoute.Direction>
PeeringRoute.Direction. internalGetValueMap()
Methods in com.google.cloud.vmwareengine.v1 with parameters of type PeeringRoute.Direction Modifier and Type Method Description PeeringRoute.Builder
PeeringRoute.Builder. setDirection(PeeringRoute.Direction value)
Output only.
-