public sealed class GenerateConsistencyTokenRequest : IMessage<GenerateConsistencyTokenRequest>, IEquatable<GenerateConsistencyTokenRequest>, IDeepCloneable<GenerateConsistencyTokenRequest>, IBufferMessage, IMessage
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 details the `GenerateConsistencyTokenRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace for .NET, which is used to request a consistency token for a Bigtable Table."],["The `GenerateConsistencyTokenRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like message handling, equality checks, and deep cloning."],["The class includes a `Name` property, representing the unique name of the table, and a `TableName` property, which is a typed view over the resource name, with the name being in the form of `projects/{project}/instances/{instance}/tables/{table}`."],["The webpage lists multiple versions of the Google Cloud Bigtable Admin V2 library, ranging from version 3.24.0 down to 2.4.0, all pertaining to the `GenerateConsistencyTokenRequest`."],["The class provides two constructors, one parameterless and one with `GenerateConsistencyTokenRequest` as an argument, to create new instances of the object."]]],[]]