public sealed class Vehicle.Types.LoadLimit.Types.Interval : IMessage<Vehicle.Types.LoadLimit.Types.Interval>, IEquatable<Vehicle.Types.LoadLimit.Types.Interval>, IDeepCloneable<Vehicle.Types.LoadLimit.Types.Interval>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Optimization v1 API class Vehicle.Types.LoadLimit.Types.Interval.
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-03-21 UTC."],[[["This documentation provides details for the `Vehicle.Types.LoadLimit.Types.Interval` class within the Cloud Optimization v1 API, which defines an interval for acceptable load amounts."],["The `Interval` class has a constructor and two main properties, `Min` and `Max`, both of which are of type `long`, and represent the minimum and maximum acceptable load amounts, respectively."],["The `Interval` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring its integration with the Google Protobuf ecosystem."],["The documentation also lists previous versions of the `Interval` class, with the latest being version 2.6.0 and a historical range from version 1.0.0-beta01 up to 2.6.0."],["`HasMax` property indicates whether the \"max\" field is set for the interval, offering a boolean check for the maximum load property."]]],[]]