Uses of Class
com.google.cloud.networkmanagement.v1.RouteInfo.RouteScope
-
Packages that use RouteInfo.RouteScope Package Description com.google.cloud.networkmanagement.v1 A client to Network Management API -
-
Uses of RouteInfo.RouteScope in com.google.cloud.networkmanagement.v1
Methods in com.google.cloud.networkmanagement.v1 that return RouteInfo.RouteScope Modifier and Type Method Description static RouteInfo.RouteScope
RouteInfo.RouteScope. forNumber(int value)
RouteInfo.RouteScope
RouteInfo.Builder. getRouteScope()
Indicates where route is applicable.RouteInfo.RouteScope
RouteInfo. getRouteScope()
Indicates where route is applicable.RouteInfo.RouteScope
RouteInfoOrBuilder. getRouteScope()
Indicates where route is applicable.static RouteInfo.RouteScope
RouteInfo.RouteScope. valueOf(int value)
Deprecated.static RouteInfo.RouteScope
RouteInfo.RouteScope. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static RouteInfo.RouteScope
RouteInfo.RouteScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static RouteInfo.RouteScope[]
RouteInfo.RouteScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.networkmanagement.v1 that return types with arguments of type RouteInfo.RouteScope Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<RouteInfo.RouteScope>
RouteInfo.RouteScope. internalGetValueMap()
Methods in com.google.cloud.networkmanagement.v1 with parameters of type RouteInfo.RouteScope Modifier and Type Method Description RouteInfo.Builder
RouteInfo.Builder. setRouteScope(RouteInfo.RouteScope value)
Indicates where route is applicable.
-