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-25 UTC."],[[["This webpage provides documentation for the `GenerateConsistencyTokenResponse` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, detailing its implementation and usage across multiple versions."],["The latest version of the `GenerateConsistencyTokenResponse` documentation is for version 3.24.0, with links provided to documentation for prior versions dating back to 2.4.0."],["The `GenerateConsistencyTokenResponse` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is used as a response message for the `BigtableTableAdmin.GenerateConsistencyToken` method."],["The `GenerateConsistencyTokenResponse` class contains one key property, `ConsistencyToken`, which is a string representing the generated consistency token."],["The documentation includes information on the class's constructors and its inheritance from the `Object` class."]]],[]]