public sealed class Interval : IMessage<Vehicle.Types.LoadLimit.Types.Interval>, IEquatable<Vehicle.Types.LoadLimit.Types.Interval>, IDeepCloneable<Vehicle.Types.LoadLimit.Types.Interval>, IBufferMessage, IMessage
A maximum acceptable load. Must be ≥ 0. If unspecified, the maximum
load is unrestricted by this message.
If they're both specified, [min][google.cloud.optimization.v1.Vehicle.LoadLimit.Interval.min] must be ≤ [max][google.cloud.optimization.v1.Vehicle.LoadLimit.Interval.max].
A minimum acceptable load. Must be ≥ 0.
If they're both specified, [min][google.cloud.optimization.v1.Vehicle.LoadLimit.Interval.min] must be ≤ [max][google.cloud.optimization.v1.Vehicle.LoadLimit.Interval.max].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `Interval` class defines a range of acceptable load amounts for vehicles, providing a structure for specifying minimum and maximum load limits."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering capabilities for message handling, equality checks, deep cloning, and buffer management."],["The `Interval` class offers properties `Min` and `Max`, which allow for setting the minimum and maximum acceptable load values, respectively, both of which must be greater than or equal to 0, and if specified, the minimum must be less than or equal to the maximum."],["The `HasMax` property lets you know if the maximum acceptable load is set or not."],["The latest version of this API is `2.6.0`, with previous versions available, including the initial beta version `1.0.0-beta01`, indicating a history of updates and improvements to the load interval functionality."]]],[]]