public sealed class GenerateConsistencyTokenResponse : IMessage<GenerateConsistencyTokenResponse>, IEquatable<GenerateConsistencyTokenResponse>, IDeepCloneable<GenerateConsistencyTokenResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class GenerateConsistencyTokenResponse.
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 Administration v2 API."],["The content covers a wide range of versions, from 2.4.0 to the latest 3.24.0, specifically concerning the `GenerateConsistencyTokenResponse` class."],["`GenerateConsistencyTokenResponse` is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The primary function of `GenerateConsistencyTokenResponse` is to act as a response message, as is evidenced by its response message for the `BigtableTableAdmin.GenerateConsistencyToken` function."],["The class has one primary property `ConsistencyToken`, which returns a string that represents the generated consistency token."]]],[]]