Reference documentation and code samples for the BigQuery Storage V1 API class Google::Cloud::Bigquery::Storage::V1::SplitReadStreamResponse.
Response message for SplitReadStream
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#primary_stream
def primary_stream() -> ::Google::Cloud::Bigquery::Storage::V1::ReadStream
Returns
- (::Google::Cloud::Bigquery::Storage::V1::ReadStream) — Primary stream, which contains the beginning portion of |original_stream|. An empty value indicates that the original stream can no longer be split.
#primary_stream=
def primary_stream=(value) -> ::Google::Cloud::Bigquery::Storage::V1::ReadStream
Parameter
- value (::Google::Cloud::Bigquery::Storage::V1::ReadStream) — Primary stream, which contains the beginning portion of |original_stream|. An empty value indicates that the original stream can no longer be split.
Returns
- (::Google::Cloud::Bigquery::Storage::V1::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
def remainder_stream() -> ::Google::Cloud::Bigquery::Storage::V1::ReadStream
Returns
- (::Google::Cloud::Bigquery::Storage::V1::ReadStream) — Remainder stream, which contains the tail of |original_stream|. An empty value indicates that the original stream can no longer be split.
#remainder_stream=
def remainder_stream=(value) -> ::Google::Cloud::Bigquery::Storage::V1::ReadStream
Parameter
- value (::Google::Cloud::Bigquery::Storage::V1::ReadStream) — Remainder stream, which contains the tail of |original_stream|. An empty value indicates that the original stream can no longer be split.
Returns
- (::Google::Cloud::Bigquery::Storage::V1::ReadStream) — Remainder stream, which contains the tail of |original_stream|. An empty value indicates that the original stream can no longer be split.