Class: Google::Cloud::Bigtable::V2::StreamContinuationTokens

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/bigtable/v2/data.rb

Overview

NOTE: This API is intended to be used by Apache Beam BigtableIO. The information required to continue reading the data from multiple StreamPartitions from where a previous read left off.

Instance Attribute Summary collapse

Instance Attribute Details

#tokens::Array<::Google::Cloud::Bigtable::V2::StreamContinuationToken>

Returns List of continuation tokens.

Returns:



618
619
620
621
# File 'proto_docs/google/bigtable/v2/data.rb', line 618

class StreamContinuationTokens
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end