StreamData

串流的資料。

JSON 表示法
{
  "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.
}
欄位
streamId

integer

這個串流的專屬 ID,由用戶端指派。

聯集欄位 contents。串流資料,可以是位元組或「關閉」,表示串流已完成。contents 只能採用下列其中一種設定:
data

string (bytes format)

串流中的資料。

Base64 編碼字串。

close

object (Close)

串流即將關閉。EOF。

關閉

這個類型沒有任何欄位。

表示直播已關閉的訊息。