Uses of Class
com.google.cloud.optimization.v1.Vehicle.LoadLimit
-
Packages that use Vehicle.LoadLimit Package Description com.google.cloud.optimization.v1 A client to Cloud Optimization API -
-
Uses of Vehicle.LoadLimit in com.google.cloud.optimization.v1
Methods in com.google.cloud.optimization.v1 that return Vehicle.LoadLimit Modifier and Type Method Description Vehicle.LoadLimit
Vehicle.LoadLimit.Builder. build()
Vehicle.LoadLimit
Vehicle.LoadLimit.Builder. buildPartial()
static Vehicle.LoadLimit
Vehicle.LoadLimit. getDefaultInstance()
Vehicle.LoadLimit
Vehicle.LoadLimit.Builder. getDefaultInstanceForType()
Vehicle.LoadLimit
Vehicle.LoadLimit. getDefaultInstanceForType()
Vehicle.LoadLimit
Vehicle.Builder. getLoadLimitsOrDefault(String key, Vehicle.LoadLimit defaultValue)
Capacities of the vehicle (weight, volume, # of pallets for example).Vehicle.LoadLimit
Vehicle. getLoadLimitsOrDefault(String key, Vehicle.LoadLimit defaultValue)
Capacities of the vehicle (weight, volume, # of pallets for example).Vehicle.LoadLimit
VehicleOrBuilder. getLoadLimitsOrDefault(String key, Vehicle.LoadLimit defaultValue)
Capacities of the vehicle (weight, volume, # of pallets for example).Vehicle.LoadLimit
Vehicle.Builder. getLoadLimitsOrThrow(String key)
Capacities of the vehicle (weight, volume, # of pallets for example).Vehicle.LoadLimit
Vehicle. getLoadLimitsOrThrow(String key)
Capacities of the vehicle (weight, volume, # of pallets for example).Vehicle.LoadLimit
VehicleOrBuilder. getLoadLimitsOrThrow(String key)
Capacities of the vehicle (weight, volume, # of pallets for example).static Vehicle.LoadLimit
Vehicle.LoadLimit. parseDelimitedFrom(InputStream input)
static Vehicle.LoadLimit
Vehicle.LoadLimit. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Vehicle.LoadLimit
Vehicle.LoadLimit. parseFrom(byte[] data)
static Vehicle.LoadLimit
Vehicle.LoadLimit. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Vehicle.LoadLimit
Vehicle.LoadLimit. parseFrom(com.google.protobuf.ByteString data)
static Vehicle.LoadLimit
Vehicle.LoadLimit. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Vehicle.LoadLimit
Vehicle.LoadLimit. parseFrom(com.google.protobuf.CodedInputStream input)
static Vehicle.LoadLimit
Vehicle.LoadLimit. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Vehicle.LoadLimit
Vehicle.LoadLimit. parseFrom(InputStream input)
static Vehicle.LoadLimit
Vehicle.LoadLimit. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Vehicle.LoadLimit
Vehicle.LoadLimit. parseFrom(ByteBuffer data)
static Vehicle.LoadLimit
Vehicle.LoadLimit. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.optimization.v1 that return types with arguments of type Vehicle.LoadLimit Modifier and Type Method Description Map<String,Vehicle.LoadLimit>
Vehicle.Builder. getLoadLimits()
Deprecated.Map<String,Vehicle.LoadLimit>
Vehicle. getLoadLimits()
Deprecated.Map<String,Vehicle.LoadLimit>
VehicleOrBuilder. getLoadLimits()
Deprecated.Map<String,Vehicle.LoadLimit>
Vehicle.Builder. getLoadLimitsMap()
Capacities of the vehicle (weight, volume, # of pallets for example).Map<String,Vehicle.LoadLimit>
Vehicle. getLoadLimitsMap()
Capacities of the vehicle (weight, volume, # of pallets for example).Map<String,Vehicle.LoadLimit>
VehicleOrBuilder. getLoadLimitsMap()
Capacities of the vehicle (weight, volume, # of pallets for example).Map<String,Vehicle.LoadLimit>
Vehicle.Builder. getMutableLoadLimits()
Deprecated.com.google.protobuf.Parser<Vehicle.LoadLimit>
Vehicle.LoadLimit. getParserForType()
static com.google.protobuf.Parser<Vehicle.LoadLimit>
Vehicle.LoadLimit. parser()
Methods in com.google.cloud.optimization.v1 with parameters of type Vehicle.LoadLimit Modifier and Type Method Description Vehicle.LoadLimit
Vehicle.Builder. getLoadLimitsOrDefault(String key, Vehicle.LoadLimit defaultValue)
Capacities of the vehicle (weight, volume, # of pallets for example).Vehicle.LoadLimit
Vehicle. getLoadLimitsOrDefault(String key, Vehicle.LoadLimit defaultValue)
Capacities of the vehicle (weight, volume, # of pallets for example).Vehicle.LoadLimit
VehicleOrBuilder. getLoadLimitsOrDefault(String key, Vehicle.LoadLimit defaultValue)
Capacities of the vehicle (weight, volume, # of pallets for example).Vehicle.LoadLimit.Builder
Vehicle.LoadLimit.Builder. mergeFrom(Vehicle.LoadLimit other)
static Vehicle.LoadLimit.Builder
Vehicle.LoadLimit. newBuilder(Vehicle.LoadLimit prototype)
Vehicle.Builder
Vehicle.Builder. putLoadLimits(String key, Vehicle.LoadLimit value)
Capacities of the vehicle (weight, volume, # of pallets for example).Method parameters in com.google.cloud.optimization.v1 with type arguments of type Vehicle.LoadLimit Modifier and Type Method Description Vehicle.Builder
Vehicle.Builder. putAllLoadLimits(Map<String,Vehicle.LoadLimit> values)
Capacities of the vehicle (weight, volume, # of pallets for example).
-