Class: Google::Cloud::Iot::V1::ListDeviceStatesResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:



313
314
315
316
# File 'proto_docs/google/cloud/iot/v1/device_manager.rb', line 313

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