Device Streaming V1 API - Class Google::Cloud::DeviceStreaming::V1::StatusUpdate (v0.1.0)

Reference documentation and code samples for the Device Streaming V1 API class Google::Cloud::DeviceStreaming::V1::StatusUpdate.

A StatusUpdate message given over the ADB protocol for the device state.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#features

def features() -> ::String
Returns
  • (::String) — A comma-separated list of "features" that this device supports.

#features=

def features=(value) -> ::String
Parameter
  • value (::String) — A comma-separated list of "features" that this device supports.
Returns
  • (::String) — A comma-separated list of "features" that this device supports.

#properties

def properties() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — A map of properties with information about this device.

#properties=

def properties=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — A map of properties with information about this device.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — A map of properties with information about this device.

#state

def state() -> ::Google::Cloud::DeviceStreaming::V1::StatusUpdate::DeviceState

#state=

def state=(value) -> ::Google::Cloud::DeviceStreaming::V1::StatusUpdate::DeviceState
Parameter