Uses of Class
com.google.cloud.optimization.v1.SkippedShipment
-
Packages that use SkippedShipment Package Description com.google.cloud.optimization.v1 A client to Cloud Optimization API -
-
Uses of SkippedShipment in com.google.cloud.optimization.v1
Methods in com.google.cloud.optimization.v1 that return SkippedShipment Modifier and Type Method Description SkippedShipment
SkippedShipment.Builder. build()
SkippedShipment
SkippedShipment.Builder. buildPartial()
static SkippedShipment
SkippedShipment. getDefaultInstance()
SkippedShipment
SkippedShipment.Builder. getDefaultInstanceForType()
SkippedShipment
SkippedShipment. getDefaultInstanceForType()
SkippedShipment
InjectedSolutionConstraint.Builder. getSkippedShipments(int index)
Skipped shipments of the solution to inject.SkippedShipment
InjectedSolutionConstraint. getSkippedShipments(int index)
Skipped shipments of the solution to inject.SkippedShipment
InjectedSolutionConstraintOrBuilder. getSkippedShipments(int index)
Skipped shipments of the solution to inject.SkippedShipment
OptimizeToursResponse.Builder. getSkippedShipments(int index)
The list of all shipments skipped.SkippedShipment
OptimizeToursResponse. getSkippedShipments(int index)
The list of all shipments skipped.SkippedShipment
OptimizeToursResponseOrBuilder. getSkippedShipments(int index)
The list of all shipments skipped.static SkippedShipment
SkippedShipment. parseDelimitedFrom(InputStream input)
static SkippedShipment
SkippedShipment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SkippedShipment
SkippedShipment. parseFrom(byte[] data)
static SkippedShipment
SkippedShipment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SkippedShipment
SkippedShipment. parseFrom(com.google.protobuf.ByteString data)
static SkippedShipment
SkippedShipment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SkippedShipment
SkippedShipment. parseFrom(com.google.protobuf.CodedInputStream input)
static SkippedShipment
SkippedShipment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SkippedShipment
SkippedShipment. parseFrom(InputStream input)
static SkippedShipment
SkippedShipment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SkippedShipment
SkippedShipment. parseFrom(ByteBuffer data)
static SkippedShipment
SkippedShipment. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.optimization.v1 that return types with arguments of type SkippedShipment Modifier and Type Method Description com.google.protobuf.Parser<SkippedShipment>
SkippedShipment. getParserForType()
List<SkippedShipment>
InjectedSolutionConstraint.Builder. getSkippedShipmentsList()
Skipped shipments of the solution to inject.List<SkippedShipment>
InjectedSolutionConstraint. getSkippedShipmentsList()
Skipped shipments of the solution to inject.List<SkippedShipment>
InjectedSolutionConstraintOrBuilder. getSkippedShipmentsList()
Skipped shipments of the solution to inject.List<SkippedShipment>
OptimizeToursResponse.Builder. getSkippedShipmentsList()
The list of all shipments skipped.List<SkippedShipment>
OptimizeToursResponse. getSkippedShipmentsList()
The list of all shipments skipped.List<SkippedShipment>
OptimizeToursResponseOrBuilder. getSkippedShipmentsList()
The list of all shipments skipped.static com.google.protobuf.Parser<SkippedShipment>
SkippedShipment. parser()
Methods in com.google.cloud.optimization.v1 with parameters of type SkippedShipment Modifier and Type Method Description InjectedSolutionConstraint.Builder
InjectedSolutionConstraint.Builder. addSkippedShipments(int index, SkippedShipment value)
Skipped shipments of the solution to inject.InjectedSolutionConstraint.Builder
InjectedSolutionConstraint.Builder. addSkippedShipments(SkippedShipment value)
Skipped shipments of the solution to inject.OptimizeToursResponse.Builder
OptimizeToursResponse.Builder. addSkippedShipments(int index, SkippedShipment value)
The list of all shipments skipped.OptimizeToursResponse.Builder
OptimizeToursResponse.Builder. addSkippedShipments(SkippedShipment value)
The list of all shipments skipped.SkippedShipment.Builder
SkippedShipment.Builder. mergeFrom(SkippedShipment other)
static SkippedShipment.Builder
SkippedShipment. newBuilder(SkippedShipment prototype)
InjectedSolutionConstraint.Builder
InjectedSolutionConstraint.Builder. setSkippedShipments(int index, SkippedShipment value)
Skipped shipments of the solution to inject.OptimizeToursResponse.Builder
OptimizeToursResponse.Builder. setSkippedShipments(int index, SkippedShipment value)
The list of all shipments skipped.Method parameters in com.google.cloud.optimization.v1 with type arguments of type SkippedShipment Modifier and Type Method Description InjectedSolutionConstraint.Builder
InjectedSolutionConstraint.Builder. addAllSkippedShipments(Iterable<? extends SkippedShipment> values)
Skipped shipments of the solution to inject.OptimizeToursResponse.Builder
OptimizeToursResponse.Builder. addAllSkippedShipments(Iterable<? extends SkippedShipment> values)
The list of all shipments skipped.
-