Reference documentation and code samples for the Cloud Optimization V1 API class Google::Cloud::Optimization::V1::Vehicle::LoadLimit::Interval.
Interval of acceptable load amounts.
Inherits
Object
Extended By
Google::Protobuf::MessageExts::ClassMethods
Includes
Google::Protobuf::MessageExts
Methods
#max
def max() -> ::Integer
Returns
(::Integer) — A maximum acceptable load. Must be ≥ 0. If unspecified, the maximum
load is unrestricted by this message.
If they're both specified,
min must
be ≤
max.
#max=
def max=(value) -> ::Integer
Parameter
value (::Integer) — A maximum acceptable load. Must be ≥ 0. If unspecified, the maximum
load is unrestricted by this message.
If they're both specified,
min must
be ≤
max.
Returns
(::Integer) — A maximum acceptable load. Must be ≥ 0. If unspecified, the maximum
load is unrestricted by this message.
If they're both specified,
min must
be ≤
max.
#min
def min() -> ::Integer
Returns
(::Integer) — A minimum acceptable load. Must be ≥ 0.
If they're both specified,
min must
be ≤
max.
#min=
def min=(value) -> ::Integer
Parameter
value (::Integer) — A minimum acceptable load. Must be ≥ 0.
If they're both specified,
min must
be ≤
max.
Returns
(::Integer) — A minimum acceptable load. Must be ≥ 0.
If they're both specified,
min must
be ≤
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 2024-10-30 UTC."],[],[]]