Uses of Class
com.google.cloud.optimization.v1.InjectedSolutionConstraint.ConstraintRelaxation
-
Packages that use InjectedSolutionConstraint.ConstraintRelaxation Package Description com.google.cloud.optimization.v1 A client to Cloud Optimization API -
-
Uses of InjectedSolutionConstraint.ConstraintRelaxation in com.google.cloud.optimization.v1
Methods in com.google.cloud.optimization.v1 that return InjectedSolutionConstraint.ConstraintRelaxation Modifier and Type Method Description InjectedSolutionConstraint.ConstraintRelaxation
InjectedSolutionConstraint.ConstraintRelaxation.Builder. build()
InjectedSolutionConstraint.ConstraintRelaxation
InjectedSolutionConstraint.ConstraintRelaxation.Builder. buildPartial()
InjectedSolutionConstraint.ConstraintRelaxation
InjectedSolutionConstraint.Builder. getConstraintRelaxations(int index)
For zero or more groups of vehicles, specifies when and how much to relax constraints.InjectedSolutionConstraint.ConstraintRelaxation
InjectedSolutionConstraint. getConstraintRelaxations(int index)
For zero or more groups of vehicles, specifies when and how much to relax constraints.InjectedSolutionConstraint.ConstraintRelaxation
InjectedSolutionConstraintOrBuilder. getConstraintRelaxations(int index)
For zero or more groups of vehicles, specifies when and how much to relax constraints.static InjectedSolutionConstraint.ConstraintRelaxation
InjectedSolutionConstraint.ConstraintRelaxation. getDefaultInstance()
InjectedSolutionConstraint.ConstraintRelaxation
InjectedSolutionConstraint.ConstraintRelaxation.Builder. getDefaultInstanceForType()
InjectedSolutionConstraint.ConstraintRelaxation
InjectedSolutionConstraint.ConstraintRelaxation. getDefaultInstanceForType()
static InjectedSolutionConstraint.ConstraintRelaxation
InjectedSolutionConstraint.ConstraintRelaxation. parseDelimitedFrom(InputStream input)
static InjectedSolutionConstraint.ConstraintRelaxation
InjectedSolutionConstraint.ConstraintRelaxation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InjectedSolutionConstraint.ConstraintRelaxation
InjectedSolutionConstraint.ConstraintRelaxation. parseFrom(byte[] data)
static InjectedSolutionConstraint.ConstraintRelaxation
InjectedSolutionConstraint.ConstraintRelaxation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InjectedSolutionConstraint.ConstraintRelaxation
InjectedSolutionConstraint.ConstraintRelaxation. parseFrom(com.google.protobuf.ByteString data)
static InjectedSolutionConstraint.ConstraintRelaxation
InjectedSolutionConstraint.ConstraintRelaxation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InjectedSolutionConstraint.ConstraintRelaxation
InjectedSolutionConstraint.ConstraintRelaxation. parseFrom(com.google.protobuf.CodedInputStream input)
static InjectedSolutionConstraint.ConstraintRelaxation
InjectedSolutionConstraint.ConstraintRelaxation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InjectedSolutionConstraint.ConstraintRelaxation
InjectedSolutionConstraint.ConstraintRelaxation. parseFrom(InputStream input)
static InjectedSolutionConstraint.ConstraintRelaxation
InjectedSolutionConstraint.ConstraintRelaxation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InjectedSolutionConstraint.ConstraintRelaxation
InjectedSolutionConstraint.ConstraintRelaxation. parseFrom(ByteBuffer data)
static InjectedSolutionConstraint.ConstraintRelaxation
InjectedSolutionConstraint.ConstraintRelaxation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.optimization.v1 that return types with arguments of type InjectedSolutionConstraint.ConstraintRelaxation Modifier and Type Method Description List<InjectedSolutionConstraint.ConstraintRelaxation>
InjectedSolutionConstraint.Builder. getConstraintRelaxationsList()
For zero or more groups of vehicles, specifies when and how much to relax constraints.List<InjectedSolutionConstraint.ConstraintRelaxation>
InjectedSolutionConstraint. getConstraintRelaxationsList()
For zero or more groups of vehicles, specifies when and how much to relax constraints.List<InjectedSolutionConstraint.ConstraintRelaxation>
InjectedSolutionConstraintOrBuilder. getConstraintRelaxationsList()
For zero or more groups of vehicles, specifies when and how much to relax constraints.com.google.protobuf.Parser<InjectedSolutionConstraint.ConstraintRelaxation>
InjectedSolutionConstraint.ConstraintRelaxation. getParserForType()
static com.google.protobuf.Parser<InjectedSolutionConstraint.ConstraintRelaxation>
InjectedSolutionConstraint.ConstraintRelaxation. parser()
Methods in com.google.cloud.optimization.v1 with parameters of type InjectedSolutionConstraint.ConstraintRelaxation Modifier and Type Method Description InjectedSolutionConstraint.Builder
InjectedSolutionConstraint.Builder. addConstraintRelaxations(int index, InjectedSolutionConstraint.ConstraintRelaxation value)
For zero or more groups of vehicles, specifies when and how much to relax constraints.InjectedSolutionConstraint.Builder
InjectedSolutionConstraint.Builder. addConstraintRelaxations(InjectedSolutionConstraint.ConstraintRelaxation value)
For zero or more groups of vehicles, specifies when and how much to relax constraints.InjectedSolutionConstraint.ConstraintRelaxation.Builder
InjectedSolutionConstraint.ConstraintRelaxation.Builder. mergeFrom(InjectedSolutionConstraint.ConstraintRelaxation other)
static InjectedSolutionConstraint.ConstraintRelaxation.Builder
InjectedSolutionConstraint.ConstraintRelaxation. newBuilder(InjectedSolutionConstraint.ConstraintRelaxation prototype)
InjectedSolutionConstraint.Builder
InjectedSolutionConstraint.Builder. setConstraintRelaxations(int index, InjectedSolutionConstraint.ConstraintRelaxation value)
For zero or more groups of vehicles, specifies when and how much to relax constraints.Method parameters in com.google.cloud.optimization.v1 with type arguments of type InjectedSolutionConstraint.ConstraintRelaxation Modifier and Type Method Description InjectedSolutionConstraint.Builder
InjectedSolutionConstraint.Builder. addAllConstraintRelaxations(Iterable<? extends InjectedSolutionConstraint.ConstraintRelaxation> values)
For zero or more groups of vehicles, specifies when and how much to relax constraints.
-