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."],[[["This page provides documentation for the `CheckConsistencyResponse` class within the Google Cloud Bigtable Admin v2 API, specifically in the .NET context."],["The class is used as a response message for the `CheckConsistency` method in the `BigtableTableAdmin` and indicates whether a token is consistent with the specified replication restrictions."],["The latest version documented is 3.24.0, and there are a range of documented versions available, starting from version 2.4.0 up to 3.24.0."],["The `CheckConsistencyResponse` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Consistent` property of the `CheckConsistencyResponse` object is a boolean value that indicates if the token is consistent."]]],[]]