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 page provides documentation for the `GenerateConsistencyTokenResponse` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically focusing on version 2.6.0."],["The `GenerateConsistencyTokenResponse` class is a response message for the `BigtableTableAdmin.GenerateConsistencyToken` method, used in Google Cloud Bigtable administration."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like serialization and comparison."],["The class has one property, `ConsistencyToken`, which is a string representing the generated consistency token."],["This page provides a comprehensive list of all version releases for this class, from version 3.24.0 (latest) down to 2.4.0."]]],[]]