{// Union field contents can be only one of the following:"statusUpdate": {object (StatusUpdate)},"streamStatus": {object (StreamStatus)},"streamData": {object (StreamData)}// End of list of possible types for union field contents.}
A map of properties with information about this device.
An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
features
string
A comma-separated list of "features" that this device supports.
StreamStatus
The result of a stream.
JSON representation
{"streamId": integer,// Union field status can be only one of the following:"okay": {object (Okay)},"fail": {object (Fail)}// End of list of possible types for union field status.}
Fields
streamId
integer
The unique ID of this stream, assigned by the client.
Union field status. The result of the stream. Either "Okay" for success or "Fail" for failure. status can be only one of the following:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-25 UTC."],[],[]]