{// 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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025年07月09日 UTC."],[],[]]