Uses of Class
com.google.cloud.optimization.v1.Vehicle.TravelMode
-
Packages that use Vehicle.TravelMode Package Description com.google.cloud.optimization.v1 A client to Cloud Optimization API -
-
Uses of Vehicle.TravelMode in com.google.cloud.optimization.v1
Methods in com.google.cloud.optimization.v1 that return Vehicle.TravelMode Modifier and Type Method Description static Vehicle.TravelMode
Vehicle.TravelMode. forNumber(int value)
Vehicle.TravelMode
Vehicle.Builder. getTravelMode()
The travel mode which affects the roads usable by the vehicle and its speed.Vehicle.TravelMode
Vehicle. getTravelMode()
The travel mode which affects the roads usable by the vehicle and its speed.Vehicle.TravelMode
VehicleOrBuilder. getTravelMode()
The travel mode which affects the roads usable by the vehicle and its speed.static Vehicle.TravelMode
Vehicle.TravelMode. valueOf(int value)
Deprecated.static Vehicle.TravelMode
Vehicle.TravelMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Vehicle.TravelMode
Vehicle.TravelMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Vehicle.TravelMode[]
Vehicle.TravelMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.optimization.v1 that return types with arguments of type Vehicle.TravelMode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Vehicle.TravelMode>
Vehicle.TravelMode. internalGetValueMap()
Methods in com.google.cloud.optimization.v1 with parameters of type Vehicle.TravelMode Modifier and Type Method Description Vehicle.Builder
Vehicle.Builder. setTravelMode(Vehicle.TravelMode value)
The travel mode which affects the roads usable by the vehicle and its speed.
-