Class: Google::Cloud::Optimization::V1::Vehicle::LoadLimit::Interval

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/optimization/v1/fleet_routing.rb

Overview

Interval of acceptable load amounts.

Instance Attribute Summary collapse

Instance Attribute Details

#max::Integer

Returns 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.



1421
1422
1423
1424
# File 'proto_docs/google/cloud/optimization/v1/fleet_routing.rb', line 1421

class Interval
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#min::Integer

Returns 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.



1421
1422
1423
1424
# File 'proto_docs/google/cloud/optimization/v1/fleet_routing.rb', line 1421

class Interval
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end