Uses of Class
com.google.cloud.optimization.v1.ShipmentRoute.Break
-
Packages that use ShipmentRoute.Break Package Description com.google.cloud.optimization.v1 A client to Cloud Optimization API -
-
Uses of ShipmentRoute.Break in com.google.cloud.optimization.v1
Methods in com.google.cloud.optimization.v1 that return ShipmentRoute.Break Modifier and Type Method Description ShipmentRoute.Break
ShipmentRoute.Break.Builder. build()
ShipmentRoute.Break
ShipmentRoute.Break.Builder. buildPartial()
ShipmentRoute.Break
ShipmentRoute.Builder. getBreaks(int index)
Breaks scheduled for the vehicle performing this route.ShipmentRoute.Break
ShipmentRoute. getBreaks(int index)
Breaks scheduled for the vehicle performing this route.ShipmentRoute.Break
ShipmentRouteOrBuilder. getBreaks(int index)
Breaks scheduled for the vehicle performing this route.static ShipmentRoute.Break
ShipmentRoute.Break. getDefaultInstance()
ShipmentRoute.Break
ShipmentRoute.Break.Builder. getDefaultInstanceForType()
ShipmentRoute.Break
ShipmentRoute.Break. getDefaultInstanceForType()
static ShipmentRoute.Break
ShipmentRoute.Break. parseDelimitedFrom(InputStream input)
static ShipmentRoute.Break
ShipmentRoute.Break. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ShipmentRoute.Break
ShipmentRoute.Break. parseFrom(byte[] data)
static ShipmentRoute.Break
ShipmentRoute.Break. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ShipmentRoute.Break
ShipmentRoute.Break. parseFrom(com.google.protobuf.ByteString data)
static ShipmentRoute.Break
ShipmentRoute.Break. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ShipmentRoute.Break
ShipmentRoute.Break. parseFrom(com.google.protobuf.CodedInputStream input)
static ShipmentRoute.Break
ShipmentRoute.Break. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ShipmentRoute.Break
ShipmentRoute.Break. parseFrom(InputStream input)
static ShipmentRoute.Break
ShipmentRoute.Break. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ShipmentRoute.Break
ShipmentRoute.Break. parseFrom(ByteBuffer data)
static ShipmentRoute.Break
ShipmentRoute.Break. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.optimization.v1 that return types with arguments of type ShipmentRoute.Break Modifier and Type Method Description List<ShipmentRoute.Break>
ShipmentRoute.Builder. getBreaksList()
Breaks scheduled for the vehicle performing this route.List<ShipmentRoute.Break>
ShipmentRoute. getBreaksList()
Breaks scheduled for the vehicle performing this route.List<ShipmentRoute.Break>
ShipmentRouteOrBuilder. getBreaksList()
Breaks scheduled for the vehicle performing this route.com.google.protobuf.Parser<ShipmentRoute.Break>
ShipmentRoute.Break. getParserForType()
static com.google.protobuf.Parser<ShipmentRoute.Break>
ShipmentRoute.Break. parser()
Methods in com.google.cloud.optimization.v1 with parameters of type ShipmentRoute.Break Modifier and Type Method Description ShipmentRoute.Builder
ShipmentRoute.Builder. addBreaks(int index, ShipmentRoute.Break value)
Breaks scheduled for the vehicle performing this route.ShipmentRoute.Builder
ShipmentRoute.Builder. addBreaks(ShipmentRoute.Break value)
Breaks scheduled for the vehicle performing this route.ShipmentRoute.Break.Builder
ShipmentRoute.Break.Builder. mergeFrom(ShipmentRoute.Break other)
static ShipmentRoute.Break.Builder
ShipmentRoute.Break. newBuilder(ShipmentRoute.Break prototype)
ShipmentRoute.Builder
ShipmentRoute.Builder. setBreaks(int index, ShipmentRoute.Break value)
Breaks scheduled for the vehicle performing this route.Method parameters in com.google.cloud.optimization.v1 with type arguments of type ShipmentRoute.Break Modifier and Type Method Description ShipmentRoute.Builder
ShipmentRoute.Builder. addAllBreaks(Iterable<? extends ShipmentRoute.Break> values)
Breaks scheduled for the vehicle performing this route.
-