public sealed class GenerateConsistencyTokenResponse : IMessage<GenerateConsistencyTokenResponse>, IEquatable<GenerateConsistencyTokenResponse>, IDeepCloneable<GenerateConsistencyTokenResponse>, IBufferMessage, IMessage
Response message for
[google.bigtable.admin.v2.BigtableTableAdmin.GenerateConsistencyToken][google.bigtable.admin.v2.BigtableTableAdmin.GenerateConsistencyToken]
[[["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 `GenerateConsistencyTokenResponse` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically detailing its implementation across various versions."],["The latest documented version available is 3.24.0, while the current documentation being viewed is for version 3.1.0, which is one of many documented versions ranging back to version 2.4.0."],["The `GenerateConsistencyTokenResponse` class is a response message used by the `BigtableTableAdmin.GenerateConsistencyToken` method and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class contains one primary property, `ConsistencyToken`, which is a string representing the generated consistency token and can be set or retrieved."],["The document shows you can view documentation for the same class at many different version levels through the links provided."]]],[]]