Class SplitReadStreamResponse (2.16.0)

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

Response message for SplitReadStream.

Attributes

NameDescription
primary_stream google.cloud.bigquery_storage_v1.types.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 google.cloud.bigquery_storage_v1.types.ReadStream
Remainder stream, which contains the tail of \|original_stream|. An empty value indicates that the original stream can no longer be split.

Inheritance

builtins.object > proto.message.Message > SplitReadStreamResponse