Cloud Bigtable V2 Client - Class CheckConsistencyResponse (1.31.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

Namespace

Google \ Cloud \ Bigtable \ Admin \ V2

Methods

__construct

Constructor.

Parameters
Name Description
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
Type Description
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
Name Description
var bool
Returns
Type Description
$this