Class SplitReadStreamResponse (2.0.1)

SplitReadStreamResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for SplitReadStream.

Attributes

NameDescription
primary_stream .stream.ReadStream
Primary stream, which contains the beginning portion of \|original_stream|. An empty value indicates that the original stream can no longer be split.
remainder_stream .stream.ReadStream
Remainder stream, which contains the tail of \|original_stream|. An empty value indicates that the original stream can no longer be split.