Class: Google::Cloud::Bigquery::Storage::V1::SplitReadStreamResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Storage::V1::SplitReadStreamResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/storage/v1/storage.rb
Overview
Response message for SplitReadStream
.
Instance Attribute Summary collapse
-
#primary_stream ⇒ ::Google::Cloud::Bigquery::Storage::V1::ReadStream
Primary stream, which contains the beginning portion of |original_stream|.
-
#remainder_stream ⇒ ::Google::Cloud::Bigquery::Storage::V1::ReadStream
Remainder stream, which contains the tail of |original_stream|.
Instance Attribute Details
#primary_stream ⇒ ::Google::Cloud::Bigquery::Storage::V1::ReadStream
Returns Primary stream, which contains the beginning portion of |original_stream|. An empty value indicates that the original stream can no longer be split.
189 190 191 192 |
# File 'proto_docs/google/cloud/bigquery/storage/v1/storage.rb', line 189 class SplitReadStreamResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#remainder_stream ⇒ ::Google::Cloud::Bigquery::Storage::V1::ReadStream
Returns Remainder stream, which contains the tail of |original_stream|. An empty value indicates that the original stream can no longer be split.
189 190 191 192 |
# File 'proto_docs/google/cloud/bigquery/storage/v1/storage.rb', line 189 class SplitReadStreamResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |