Class: Google::Maps::FleetEngine::V1::DeviceSettings

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/maps/fleetengine/v1/vehicles.rb

Overview

Information about various settings on the mobile device.

Instance Attribute Summary collapse

Instance Attribute Details

#battery_info::Google::Maps::FleetEngine::V1::BatteryInfo

Returns Information about the battery state.

Returns:



198
199
200
201
# File 'proto_docs/google/maps/fleetengine/v1/vehicles.rb', line 198

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

#is_interactive::Boolean

Returns Whether the device is in an interactive state.

Returns:

  • (::Boolean)

    Whether the device is in an interactive state.



198
199
200
201
# File 'proto_docs/google/maps/fleetengine/v1/vehicles.rb', line 198

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

#is_power_save_mode::Boolean

Returns Whether the device is currently in power save mode.

Returns:

  • (::Boolean)

    Whether the device is currently in power save mode.



198
199
200
201
# File 'proto_docs/google/maps/fleetengine/v1/vehicles.rb', line 198

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

#location_power_save_mode::Google::Maps::FleetEngine::V1::LocationPowerSaveMode

Returns How location features are set to behave on the device when battery saver is on.

Returns:



198
199
200
201
# File 'proto_docs/google/maps/fleetengine/v1/vehicles.rb', line 198

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