public sealed class CheckConsistencyResponse : IMessage<CheckConsistencyResponse>, IEquatable<CheckConsistencyResponse>, IDeepCloneable<CheckConsistencyResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class CheckConsistencyResponse.
Response message for
[google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency][google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency]
[[["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-03-21 UTC."],[[["The latest version of the `CheckConsistencyResponse` documentation is 3.24.0, while version 3.8.0 is also available and is the one currently being described."],["`CheckConsistencyResponse` is a class within the Google Cloud Bigtable Administration v2 API, used as a response message for the `CheckConsistency` method."],["The class `CheckConsistencyResponse` implements several interfaces, including `IMessage`, `IEquatable\u003cCheckConsistencyResponse\u003e`, `IDeepCloneable\u003cCheckConsistencyResponse\u003e`, and `IBufferMessage`."],["The `CheckConsistencyResponse` class has one property called `Consistent`, which is a boolean value that indicates whether the token is consistent, based on replication status."],["The CheckConsistencyResponse class has two constructor methods: a default one with no parameter, and one that takes another `CheckConsistencyResponse` as parameter."]]],[]]