Class: Google::Cloud::Iot::V1::DeviceState

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/iot/v1/resources.rb

Overview

The device state, as reported by the device.

Instance Attribute Summary collapse

Instance Attribute Details

#binary_data::String

Returns The device state data.

Returns:

  • (::String)

    The device state data.



384
385
386
387
# File 'proto_docs/google/cloud/iot/v1/resources.rb', line 384

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

#update_time::Google::Protobuf::Timestamp

Returns [Output only] The time at which this state version was updated in Cloud IoT Core.

Returns:



384
385
386
387
# File 'proto_docs/google/cloud/iot/v1/resources.rb', line 384

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