Uses of Class
com.google.cloud.optimization.v1.DistanceLimit
-
Packages that use DistanceLimit Package Description com.google.cloud.optimization.v1 A client to Cloud Optimization API -
-
Uses of DistanceLimit in com.google.cloud.optimization.v1
Methods in com.google.cloud.optimization.v1 that return DistanceLimit Modifier and Type Method Description DistanceLimit
DistanceLimit.Builder. build()
DistanceLimit
DistanceLimit.Builder. buildPartial()
static DistanceLimit
DistanceLimit. getDefaultInstance()
DistanceLimit
DistanceLimit.Builder. getDefaultInstanceForType()
DistanceLimit
DistanceLimit. getDefaultInstanceForType()
DistanceLimit
TransitionAttributes.Builder. getDistanceLimit()
Specifies a limit on the distance traveled while performing this transition.DistanceLimit
TransitionAttributes. getDistanceLimit()
Specifies a limit on the distance traveled while performing this transition.DistanceLimit
TransitionAttributesOrBuilder. getDistanceLimit()
Specifies a limit on the distance traveled while performing this transition.DistanceLimit
Vehicle.Builder. getRouteDistanceLimit()
Limit applied to the total distance of the vehicle's route.DistanceLimit
Vehicle. getRouteDistanceLimit()
Limit applied to the total distance of the vehicle's route.DistanceLimit
VehicleOrBuilder. getRouteDistanceLimit()
Limit applied to the total distance of the vehicle's route.static DistanceLimit
DistanceLimit. parseDelimitedFrom(InputStream input)
static DistanceLimit
DistanceLimit. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DistanceLimit
DistanceLimit. parseFrom(byte[] data)
static DistanceLimit
DistanceLimit. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DistanceLimit
DistanceLimit. parseFrom(com.google.protobuf.ByteString data)
static DistanceLimit
DistanceLimit. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DistanceLimit
DistanceLimit. parseFrom(com.google.protobuf.CodedInputStream input)
static DistanceLimit
DistanceLimit. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DistanceLimit
DistanceLimit. parseFrom(InputStream input)
static DistanceLimit
DistanceLimit. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DistanceLimit
DistanceLimit. parseFrom(ByteBuffer data)
static DistanceLimit
DistanceLimit. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.optimization.v1 that return types with arguments of type DistanceLimit Modifier and Type Method Description com.google.protobuf.Parser<DistanceLimit>
DistanceLimit. getParserForType()
static com.google.protobuf.Parser<DistanceLimit>
DistanceLimit. parser()
Methods in com.google.cloud.optimization.v1 with parameters of type DistanceLimit Modifier and Type Method Description TransitionAttributes.Builder
TransitionAttributes.Builder. mergeDistanceLimit(DistanceLimit value)
Specifies a limit on the distance traveled while performing this transition.DistanceLimit.Builder
DistanceLimit.Builder. mergeFrom(DistanceLimit other)
Vehicle.Builder
Vehicle.Builder. mergeRouteDistanceLimit(DistanceLimit value)
Limit applied to the total distance of the vehicle's route.static DistanceLimit.Builder
DistanceLimit. newBuilder(DistanceLimit prototype)
TransitionAttributes.Builder
TransitionAttributes.Builder. setDistanceLimit(DistanceLimit value)
Specifies a limit on the distance traveled while performing this transition.Vehicle.Builder
Vehicle.Builder. setRouteDistanceLimit(DistanceLimit value)
Limit applied to the total distance of the vehicle's route.
-