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 page provides reference documentation for the `Vehicle.Types.LoadLimit.Types.Interval` class within the Google Cloud Optimization v1 API, detailing its purpose as defining acceptable load amount intervals."],["The class, part of the `Google.Cloud.Optimization.V1` namespace, is implemented in the `Google.Cloud.Optimization.V1.dll` assembly and inherits from `object`, while implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation covers the available versions of this class, from the latest `2.6.0` down to `1.0.0-beta01`."],["The class includes constructors for creating instances and properties such as `Min` and `Max` to define the minimum and maximum acceptable load, respectively, with `HasMax` indicating whether the max field is set."],["The Load Limit Interval is designed to support a non-restricted maximum load if not specified and requires a `Min` value of at least 0 while also being less than or equal to the `Max` if both are specified."]]],[]]