{"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
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"]],[["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."],[],[],null,["# StreamData\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [Close](#Close)\n\nData for a stream.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"streamId\": integer, // Union field `contents` can be only one of the following: \"data\": string, \"close\": { object (/docs/test-lab/reference/testing/rest/v1/StreamData#Close) } // End of list of possible types for union field `contents`. } ``` |\n\n| Fields ||\n|------------|----------------------------------------------------------------------------------------------------------------------------------|\n| `streamId` | `integer` The unique ID of this stream, assigned by the client. |\n| 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: ||\n| `data` | `string (`[bytes](https://developers.google.com/discovery/v1/type-format)` format)` Data in the stream. A base64-encoded string. |\n| `close` | `object (`[Close](/docs/test-lab/reference/testing/rest/v1/StreamData#Close)`)` The stream is closing. EOF. |\n\nClose\n-----\n\nThis type has no fields.\nMessage signifying that the stream closed."]]