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 \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ consistency_token |
string
The generated consistency token. |
getConsistencyToken
The generated consistency token.
Returns | |
---|---|
Type | Description |
string |
setConsistencyToken
The generated consistency token.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |