Class: Google::Cloud::Iot::V1::DeviceState
- Inherits:
-
Object
- Object
- Google::Cloud::Iot::V1::DeviceState
- 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
-
#binary_data ⇒ ::String
The device state data.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
[Output only] The time at which this state version was updated in Cloud IoT Core.
Instance Attribute Details
#binary_data ⇒ ::String
Returns 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.
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 |