Cloud Bigtable V2 Client - Class StreamContinuationTokens (1.23.0)

Reference documentation and code samples for the Cloud Bigtable V2 Client class StreamContinuationTokens.

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.

Generated from protobuf message google.bigtable.v2.StreamContinuationTokens

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ tokens array<Google\Cloud\Bigtable\V2\StreamContinuationToken>

List of continuation tokens.

getTokens

List of continuation tokens.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTokens

List of continuation tokens.

Parameter
NameDescription
var array<Google\Cloud\Bigtable\V2\StreamContinuationToken>
Returns
TypeDescription
$this