Class: Google::Maps::FleetEngine::V1::DeviceSettings
- Inherits:
-
Object
- Object
- Google::Maps::FleetEngine::V1::DeviceSettings
- 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
-
#battery_info ⇒ ::Google::Maps::FleetEngine::V1::BatteryInfo
Information about the battery state.
-
#is_interactive ⇒ ::Boolean
Whether the device is in an interactive state.
-
#is_power_save_mode ⇒ ::Boolean
Whether the device is currently in power save mode.
-
#location_power_save_mode ⇒ ::Google::Maps::FleetEngine::V1::LocationPowerSaveMode
How location features are set to behave on the device when battery saver is on.
Instance Attribute Details
#battery_info ⇒ ::Google::Maps::FleetEngine::V1::BatteryInfo
Returns Information about the battery 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_interactive ⇒ ::Boolean
Returns 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.
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.
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 |