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, specifically for the .NET environment."],["The `GenerateConsistencyTokenResponse` class is a response message used by the `BigtableTableAdmin.GenerateConsistencyToken` method and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a single property, `ConsistencyToken`, which is a string that holds the generated consistency token, and can be utilized in both a parameter and construction form."],["The documentation offers access to a range of versioned references for this class, including the most recent 3.24.0 release, and going as far back as version 2.4.0, all within the Google.Cloud.Bigtable.Admin.V2 namespace."]]],[]]