Cloud Bigtable V2 Client - Class StreamContinuationTokens (1.32.1)

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

Namespace

Google \ Cloud \ Bigtable \ V2

Methods

__construct

Constructor.

Parameters
Name Description
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
Type Description
Google\Protobuf\Internal\RepeatedField

setTokens

List of continuation tokens.

Parameter
Name Description
var array<Google\Cloud\Bigtable\V2\StreamContinuationToken>
Returns
Type Description
$this