public sealed class CheckConsistencyResponse : IMessage<CheckConsistencyResponse>, IEquatable<CheckConsistencyResponse>, IDeepCloneable<CheckConsistencyResponse>, IBufferMessage, IMessage
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."],[[["This webpage provides documentation for the `CheckConsistencyResponse` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically for .NET development."],["The latest version of the documentation available is 3.24.0, with several previous versions accessible for reference, down to version 2.4.0."],["`CheckConsistencyResponse` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message handling and cloning."],["The class includes a `Consistent` property, a boolean value that indicates whether the replication token is consistent with the restrictions specified in the request."],["The documentation details two constructors for CheckConsistencyResponse, one default and another that takes an existing instance of CheckConsistencyResponse as a parameter."]]],[]]