Uses of Class
com.google.cloud.optimization.v1.Vehicle
-
Packages that use Vehicle Package Description com.google.cloud.optimization.v1 A client to Cloud Optimization API -
-
Uses of Vehicle in com.google.cloud.optimization.v1
Methods in com.google.cloud.optimization.v1 that return Vehicle Modifier and Type Method Description Vehicle
Vehicle.Builder. build()
Vehicle
Vehicle.Builder. buildPartial()
static Vehicle
Vehicle. getDefaultInstance()
Vehicle
Vehicle.Builder. getDefaultInstanceForType()
Vehicle
Vehicle. getDefaultInstanceForType()
Vehicle
ShipmentModel.Builder. getVehicles(int index)
Set of vehicles which can be used to perform visits.Vehicle
ShipmentModel. getVehicles(int index)
Set of vehicles which can be used to perform visits.Vehicle
ShipmentModelOrBuilder. getVehicles(int index)
Set of vehicles which can be used to perform visits.static Vehicle
Vehicle. parseDelimitedFrom(InputStream input)
static Vehicle
Vehicle. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Vehicle
Vehicle. parseFrom(byte[] data)
static Vehicle
Vehicle. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Vehicle
Vehicle. parseFrom(com.google.protobuf.ByteString data)
static Vehicle
Vehicle. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Vehicle
Vehicle. parseFrom(com.google.protobuf.CodedInputStream input)
static Vehicle
Vehicle. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Vehicle
Vehicle. parseFrom(InputStream input)
static Vehicle
Vehicle. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Vehicle
Vehicle. parseFrom(ByteBuffer data)
static Vehicle
Vehicle. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.optimization.v1 that return types with arguments of type Vehicle Modifier and Type Method Description com.google.protobuf.Parser<Vehicle>
Vehicle. getParserForType()
List<Vehicle>
ShipmentModel.Builder. getVehiclesList()
Set of vehicles which can be used to perform visits.List<Vehicle>
ShipmentModel. getVehiclesList()
Set of vehicles which can be used to perform visits.List<Vehicle>
ShipmentModelOrBuilder. getVehiclesList()
Set of vehicles which can be used to perform visits.static com.google.protobuf.Parser<Vehicle>
Vehicle. parser()
Methods in com.google.cloud.optimization.v1 with parameters of type Vehicle Modifier and Type Method Description ShipmentModel.Builder
ShipmentModel.Builder. addVehicles(int index, Vehicle value)
Set of vehicles which can be used to perform visits.ShipmentModel.Builder
ShipmentModel.Builder. addVehicles(Vehicle value)
Set of vehicles which can be used to perform visits.Vehicle.Builder
Vehicle.Builder. mergeFrom(Vehicle other)
static Vehicle.Builder
Vehicle. newBuilder(Vehicle prototype)
ShipmentModel.Builder
ShipmentModel.Builder. setVehicles(int index, Vehicle value)
Set of vehicles which can be used to perform visits.Method parameters in com.google.cloud.optimization.v1 with type arguments of type Vehicle Modifier and Type Method Description ShipmentModel.Builder
ShipmentModel.Builder. addAllVehicles(Iterable<? extends Vehicle> values)
Set of vehicles which can be used to perform visits.
-