Class: Google::Cloud::Bigquery::Storage::V1::SplitReadStreamResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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