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

닫기

이 유형에는 필드가 없습니다.

스트림이 닫혔음을 나타내는 메시지입니다.