public sealed class GenerateConsistencyTokenRequest : IMessage<GenerateConsistencyTokenRequest>, IEquatable<GenerateConsistencyTokenRequest>, IDeepCloneable<GenerateConsistencyTokenRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class GenerateConsistencyTokenRequest.
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.GenerateConsistencyToken][google.bigtable.admin.v2.BigtableTableAdmin.GenerateConsistencyToken]
Required. The unique name of the Table for which to create a consistency
token. Values are of the form
projects/{project}/instances/{instance}/tables/{table}.
[[["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."],[[["The latest version of the Google Cloud Bigtable Admin V2 API documented is 3.24.0, with version 3.12.0 being the specific version currently highlighted."],["This page provides comprehensive reference documentation for the `GenerateConsistencyTokenRequest` class, detailing its implementation within the Google.Cloud.Bigtable.Admin.V2 namespace."],["The `GenerateConsistencyTokenRequest` class is used to create a request message for the BigtableTableAdmin.GenerateConsistencyToken API, allowing for the creation of consistency tokens for specific tables."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality for message handling, equality comparison, deep cloning, and buffer management."],["The documentation lists previous versions of the API, going as far back as version 2.4.0."]]],[]]