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 page provides documentation for the `GenerateConsistencyTokenResponse` class within the Google Cloud Bigtable Administration v2 API."],["The latest version of this class is 3.24.0, with versions ranging down to 2.4.0 available for review."],["`GenerateConsistencyTokenResponse` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The primary function of the `GenerateConsistencyTokenResponse` class is to handle the response message from the `GenerateConsistencyToken` method, and it is responsible for returning the consistency token as a string."],["The `GenerateConsistencyTokenResponse` class includes two constructors: one default constructor and another that accepts an existing `GenerateConsistencyTokenResponse` instance for copying, along with the `ConsistencyToken` property."]]],[]]