{"streamId": integer,// Union field contents can be only one of the following:"data": string,"close": {object (Close)}// End of list of possible types for union field contents.}
Fields
streamId
integer
Required. The unique ID of this stream, assigned by the client.
Union field contents. The data of the stream, either bytes or "Close", indicating that the stream is done. contents 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."],[[["A stream's data is represented in JSON format, including a unique `streamId` and its data contents."],["The `contents` field within the JSON can either be raw data represented as a base64-encoded string or a \"close\" object."],["The `streamId` is a required integer field, uniquely identifying the stream, assigned by the client."],["The \"close\" object signifies the end of the stream and is an object with no fields."]]],[]]