Class: Google::Cloud::Optimization::V1::ShipmentRoute::Delay Deprecated

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

Deprecated.

This message is deprecated and may be removed in the next major version update.

Deprecated: Use ShipmentRoute.Transition.delay_duration instead. Time interval spent on the route resulting from a TransitionAttributes.delay.

Instance Attribute Summary collapse

Instance Attribute Details

#duration::Google::Protobuf::Duration

Returns Duration of the delay.

Returns:



2060
2061
2062
2063
# File 'proto_docs/google/cloud/optimization/v1/fleet_routing.rb', line 2060

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

#start_time::Google::Protobuf::Timestamp

Returns Start of the delay.

Returns:



2060
2061
2062
2063
# File 'proto_docs/google/cloud/optimization/v1/fleet_routing.rb', line 2060

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