Uses of Class
com.google.cloud.optimization.v1.Vehicle.UnloadingPolicy
-
Packages that use Vehicle.UnloadingPolicy Package Description com.google.cloud.optimization.v1 A client to Cloud Optimization API -
-
Uses of Vehicle.UnloadingPolicy in com.google.cloud.optimization.v1
Methods in com.google.cloud.optimization.v1 that return Vehicle.UnloadingPolicy Modifier and Type Method Description static Vehicle.UnloadingPolicy
Vehicle.UnloadingPolicy. forNumber(int value)
Vehicle.UnloadingPolicy
Vehicle.Builder. getUnloadingPolicy()
Unloading policy enforced on the vehicle.Vehicle.UnloadingPolicy
Vehicle. getUnloadingPolicy()
Unloading policy enforced on the vehicle.Vehicle.UnloadingPolicy
VehicleOrBuilder. getUnloadingPolicy()
Unloading policy enforced on the vehicle.static Vehicle.UnloadingPolicy
Vehicle.UnloadingPolicy. valueOf(int value)
Deprecated.static Vehicle.UnloadingPolicy
Vehicle.UnloadingPolicy. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Vehicle.UnloadingPolicy
Vehicle.UnloadingPolicy. valueOf(String name)
Returns the enum constant of this type with the specified name.static Vehicle.UnloadingPolicy[]
Vehicle.UnloadingPolicy. 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.UnloadingPolicy Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Vehicle.UnloadingPolicy>
Vehicle.UnloadingPolicy. internalGetValueMap()
Methods in com.google.cloud.optimization.v1 with parameters of type Vehicle.UnloadingPolicy Modifier and Type Method Description Vehicle.Builder
Vehicle.Builder. setUnloadingPolicy(Vehicle.UnloadingPolicy value)
Unloading policy enforced on the vehicle.
-