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.UnloadingPolicyVehicle.UnloadingPolicy. forNumber(int value)Vehicle.UnloadingPolicyVehicle.Builder. getUnloadingPolicy()Unloading policy enforced on the vehicle.Vehicle.UnloadingPolicyVehicle. getUnloadingPolicy()Unloading policy enforced on the vehicle.Vehicle.UnloadingPolicyVehicleOrBuilder. getUnloadingPolicy()Unloading policy enforced on the vehicle.static Vehicle.UnloadingPolicyVehicle.UnloadingPolicy. valueOf(int value)Deprecated.static Vehicle.UnloadingPolicyVehicle.UnloadingPolicy. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Vehicle.UnloadingPolicyVehicle.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.BuilderVehicle.Builder. setUnloadingPolicy(Vehicle.UnloadingPolicy value)Unloading policy enforced on the vehicle.
-