Cloud Bigtable V2 Client - Class CheckConsistencyResponse (1.23.0)

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

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

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ consistent bool

True only if the token is consistent. A token is consistent if replication has caught up with the restrictions specified in the request.

getConsistent

True only if the token is consistent. A token is consistent if replication has caught up with the restrictions specified in the request.

Returns
TypeDescription
bool

setConsistent

True only if the token is consistent. A token is consistent if replication has caught up with the restrictions specified in the request.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this