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。ストリームのデータ(バイトまたはストリームの完了を示す「Close」)。contents は次のいずれかになります。
data

string (bytes format)

ストリーム内のデータ。

Base64 でエンコードされた文字列。

close

object (Close)

配信を終了します。EOF。

閉じる

この型にはフィールドがありません。

ストリームが終了したことを示すメッセージ。