Cloud Bigtable V2 Client - Class GenerateConsistencyTokenResponse (1.29.2)

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

Response message for google.bigtable.admin.v2.BigtableTableAdmin.GenerateConsistencyToken

Generated from protobuf message google.bigtable.admin.v2.GenerateConsistencyTokenResponse

Namespace

Google \ Cloud \ Bigtable \ Admin \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ consistency_token string

The generated consistency token.

getConsistencyToken

The generated consistency token.

Returns
TypeDescription
string

setConsistencyToken

The generated consistency token.

Parameter
NameDescription
var string
Returns
TypeDescription
$this