Reference documentation and code samples for the Google Cloud Device Streaming V1 Client class StatusUpdate.
A StatusUpdate message given over the ADB protocol for the device state.
Generated from protobuf message google.cloud.devicestreaming.v1.StatusUpdate
Namespace
Google \ Cloud \ DeviceStreaming \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ state
int
The device's state
↳ properties
↳ features
string
A comma-separated list of "features" that this device supports.
getState
The device's state
int
setState
The device's state
var
int
$this
getProperties
A map of properties with information about this device.
setProperties
A map of properties with information about this device.
$this
getFeatures
A comma-separated list of "features" that this device supports.
string
setFeatures
A comma-separated list of "features" that this device supports.
var
string
$this