Class: Google::Cloud::Iot::V1::ListDeviceStatesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Iot::V1::ListDeviceStatesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/iot/v1/device_manager.rb
Overview
Response for ListDeviceStates
.
Instance Attribute Summary collapse
-
#device_states ⇒ ::Array<::Google::Cloud::Iot::V1::DeviceState>
The last few device states.
Instance Attribute Details
#device_states ⇒ ::Array<::Google::Cloud::Iot::V1::DeviceState>
Returns The last few device states. States are listed in descending order of server update time, starting from the most recent one.
315 316 317 318 |
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 315 class ListDeviceStatesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |