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."],[[["This webpage provides reference documentation for the `GenerateConsistencyTokenRequest` class within the Google Cloud Bigtable Administration v2 API."],["The `GenerateConsistencyTokenRequest` class is used to request the generation of a consistency token for a specific table in Google Cloud Bigtable."],["The latest version of the documentation available is for version 3.24.0, and it provides a history of the API from 3.24.0 all the way down to version 2.4.0."],["The `GenerateConsistencyTokenRequest` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its role in Google's Bigtable Administration."],["The `Name` and `TableName` properties are essential for identifying the specific table for which a consistency token is requested, with the name following the format `projects/{project}/instances/{instance}/tables/{table}`."]]],[]]