Generated from protobuf message google.bigtable.admin.v2.CheckConsistencyRequest
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The unique name of the Table for which to check replication consistency. Values are of the form projects/{project}/instances/{instance}/tables/{table}.
↳ consistency_token
string
Required. The token created using GenerateConsistencyToken for the Table.
Checks that reads using an app profile with StandardIsolation can see all writes committed before the token was created, even if the read and write target different clusters.
Checks that reads using an app profile with DataBoostIsolationReadOnly can see all writes committed before the token was created, but only if the read and write target the same cluster.
getName
Required. The unique name of the Table for which to check replication
consistency. Values are of the form
projects/{project}/instances/{instance}/tables/{table}.
Returns
Type
Description
string
setName
Required. The unique name of the Table for which to check replication
consistency. Values are of the form
projects/{project}/instances/{instance}/tables/{table}.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getConsistencyToken
Required. The token created using GenerateConsistencyToken for the Table.
Returns
Type
Description
string
setConsistencyToken
Required. The token created using GenerateConsistencyToken for the Table.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getStandardReadRemoteWrites
Checks that reads using an app profile with StandardIsolation can
see all writes committed before the token was created, even if the
read and write target different clusters.
Checks that reads using an app profile with StandardIsolation can
see all writes committed before the token was created, even if the
read and write target different clusters.
Checks that reads using an app profile with DataBoostIsolationReadOnly
can see all writes committed before the token was created, but only if
the read and write target the same cluster.
Checks that reads using an app profile with DataBoostIsolationReadOnly
can see all writes committed before the token was created, but only if
the read and write target the same cluster.
Required. The unique name of the Table for which to check replication
consistency. Values are of the form
projects/{project}/instances/{instance}/tables/{table}. Please see
BigtableTableAdminClient::tableName() for help formatting this field.
consistencyToken
string
Required. The token created using GenerateConsistencyToken for the Table.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Cloud Bigtable V2 Client - Class CheckConsistencyRequest (2.17.1)\n\nVersion latestkeyboard_arrow_down\n\n- [2.17.1 (latest)](/php/docs/reference/cloud-bigtable/latest/Admin.V2.CheckConsistencyRequest)\n- [2.17.0](/php/docs/reference/cloud-bigtable/2.17.0/Admin.V2.CheckConsistencyRequest)\n- [2.16.0](/php/docs/reference/cloud-bigtable/2.16.0/Admin.V2.CheckConsistencyRequest)\n- [2.15.0](/php/docs/reference/cloud-bigtable/2.15.0/Admin.V2.CheckConsistencyRequest)\n- [2.14.0](/php/docs/reference/cloud-bigtable/2.14.0/Admin.V2.CheckConsistencyRequest)\n- [2.13.0](/php/docs/reference/cloud-bigtable/2.13.0/Admin.V2.CheckConsistencyRequest)\n- [2.12.0](/php/docs/reference/cloud-bigtable/2.12.0/Admin.V2.CheckConsistencyRequest)\n- [2.11.1](/php/docs/reference/cloud-bigtable/2.11.1/Admin.V2.CheckConsistencyRequest)\n- [2.9.1](/php/docs/reference/cloud-bigtable/2.9.1/Admin.V2.CheckConsistencyRequest)\n- [2.8.0](/php/docs/reference/cloud-bigtable/2.8.0/Admin.V2.CheckConsistencyRequest)\n- [2.7.0](/php/docs/reference/cloud-bigtable/2.7.0/Admin.V2.CheckConsistencyRequest)\n- [2.6.3](/php/docs/reference/cloud-bigtable/2.6.3/Admin.V2.CheckConsistencyRequest)\n- [2.5.0](/php/docs/reference/cloud-bigtable/2.5.0/Admin.V2.CheckConsistencyRequest)\n- [2.4.0](/php/docs/reference/cloud-bigtable/2.4.0/Admin.V2.CheckConsistencyRequest)\n- [2.3.0](/php/docs/reference/cloud-bigtable/2.3.0/Admin.V2.CheckConsistencyRequest)\n- [2.2.1](/php/docs/reference/cloud-bigtable/2.2.1/Admin.V2.CheckConsistencyRequest)\n- [2.1.0](/php/docs/reference/cloud-bigtable/2.1.0/Admin.V2.CheckConsistencyRequest)\n- [2.0.1](/php/docs/reference/cloud-bigtable/2.0.1/Admin.V2.CheckConsistencyRequest)\n- [1.32.1](/php/docs/reference/cloud-bigtable/1.32.1/Admin.V2.CheckConsistencyRequest)\n- [1.31.1](/php/docs/reference/cloud-bigtable/1.31.1/Admin.V2.CheckConsistencyRequest)\n- [1.30.0](/php/docs/reference/cloud-bigtable/1.30.0/Admin.V2.CheckConsistencyRequest)\n- [1.29.2](/php/docs/reference/cloud-bigtable/1.29.2/Admin.V2.CheckConsistencyRequest)\n- [1.28.3](/php/docs/reference/cloud-bigtable/1.28.3/Admin.V2.CheckConsistencyRequest)\n- [1.27.0](/php/docs/reference/cloud-bigtable/1.27.0/Admin.V2.CheckConsistencyRequest)\n- [1.26.2](/php/docs/reference/cloud-bigtable/1.26.2/Admin.V2.CheckConsistencyRequest)\n- [1.25.0](/php/docs/reference/cloud-bigtable/1.25.0/Admin.V2.CheckConsistencyRequest)\n- [1.24.1](/php/docs/reference/cloud-bigtable/1.24.1/Admin.V2.CheckConsistencyRequest)\n- [1.23.0](/php/docs/reference/cloud-bigtable/1.23.0/Admin.V2.CheckConsistencyRequest)\n- [1.22.2](/php/docs/reference/cloud-bigtable/1.22.2/Admin.V2.CheckConsistencyRequest)\n- [1.21.1](/php/docs/reference/cloud-bigtable/1.21.1/Admin.V2.CheckConsistencyRequest)\n- [1.20.3](/php/docs/reference/cloud-bigtable/1.20.3/Admin.V2.CheckConsistencyRequest) \nReference documentation and code samples for the Cloud Bigtable V2 Client class CheckConsistencyRequest.\n\nRequest message for\n[google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency](/php/docs/reference/cloud-bigtable/latest/Admin.V2.Client.BigtableTableAdminClient#_Google_Cloud_Bigtable_Admin_V2_Client_BigtableTableAdminClient__checkConsistency__)\n\nGenerated from protobuf message `google.bigtable.admin.v2.CheckConsistencyRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Bigtable \\\\ Admin \\\\ V2\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nRequired. The unique name of the Table for which to check replication\nconsistency. Values are of the form\n`projects/{project}/instances/{instance}/tables/{table}`.\n\n### setName\n\nRequired. The unique name of the Table for which to check replication\nconsistency. Values are of the form\n`projects/{project}/instances/{instance}/tables/{table}`.\n\n### getConsistencyToken\n\nRequired. The token created using GenerateConsistencyToken for the Table.\n\n### setConsistencyToken\n\nRequired. The token created using GenerateConsistencyToken for the Table.\n\n### getStandardReadRemoteWrites\n\nChecks that reads using an app profile with `StandardIsolation` can\nsee all writes committed before the token was created, even if the\nread and write target different clusters.\n\n### hasStandardReadRemoteWrites\n\n### setStandardReadRemoteWrites\n\nChecks that reads using an app profile with `StandardIsolation` can\nsee all writes committed before the token was created, even if the\nread and write target different clusters.\n\n### getDataBoostReadLocalWrites\n\nChecks that reads using an app profile with `DataBoostIsolationReadOnly`\ncan see all writes committed before the token was created, but only if\nthe read and write target the same cluster.\n\n### hasDataBoostReadLocalWrites\n\n### setDataBoostReadLocalWrites\n\nChecks that reads using an app profile with `DataBoostIsolationReadOnly`\ncan see all writes committed before the token was created, but only if\nthe read and write target the same cluster.\n\n### getMode\n\n### static::build"]]