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 DistanceLimitDistanceLimit.Builder. build()DistanceLimitDistanceLimit.Builder. buildPartial()static DistanceLimitDistanceLimit. getDefaultInstance()DistanceLimitDistanceLimit.Builder. getDefaultInstanceForType()DistanceLimitDistanceLimit. getDefaultInstanceForType()DistanceLimitTransitionAttributes.Builder. getDistanceLimit()Specifies a limit on the distance traveled while performing this transition.DistanceLimitTransitionAttributes. getDistanceLimit()Specifies a limit on the distance traveled while performing this transition.DistanceLimitTransitionAttributesOrBuilder. getDistanceLimit()Specifies a limit on the distance traveled while performing this transition.DistanceLimitVehicle.Builder. getRouteDistanceLimit()Limit applied to the total distance of the vehicle's route.DistanceLimitVehicle. getRouteDistanceLimit()Limit applied to the total distance of the vehicle's route.DistanceLimitVehicleOrBuilder. getRouteDistanceLimit()Limit applied to the total distance of the vehicle's route.static DistanceLimitDistanceLimit. parseDelimitedFrom(InputStream input)static DistanceLimitDistanceLimit. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DistanceLimitDistanceLimit. parseFrom(byte[] data)static DistanceLimitDistanceLimit. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DistanceLimitDistanceLimit. parseFrom(com.google.protobuf.ByteString data)static DistanceLimitDistanceLimit. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DistanceLimitDistanceLimit. parseFrom(com.google.protobuf.CodedInputStream input)static DistanceLimitDistanceLimit. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DistanceLimitDistanceLimit. parseFrom(InputStream input)static DistanceLimitDistanceLimit. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DistanceLimitDistanceLimit. parseFrom(ByteBuffer data)static DistanceLimitDistanceLimit. 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.BuilderTransitionAttributes.Builder. mergeDistanceLimit(DistanceLimit value)Specifies a limit on the distance traveled while performing this transition.DistanceLimit.BuilderDistanceLimit.Builder. mergeFrom(DistanceLimit other)Vehicle.BuilderVehicle.Builder. mergeRouteDistanceLimit(DistanceLimit value)Limit applied to the total distance of the vehicle's route.static DistanceLimit.BuilderDistanceLimit. newBuilder(DistanceLimit prototype)TransitionAttributes.BuilderTransitionAttributes.Builder. setDistanceLimit(DistanceLimit value)Specifies a limit on the distance traveled while performing this transition.Vehicle.BuilderVehicle.Builder. setRouteDistanceLimit(DistanceLimit value)Limit applied to the total distance of the vehicle's route.
-