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, specifically for the .NET environment."],["The latest version available is 3.24.0, while the documentation covers versions ranging from 2.4.0 to 3.24.0, including the current version 3.8.0, all within the `/dotnet/docs/reference/Google.Cloud.Bigtable.Admin.V2/` directory."],["`GenerateConsistencyTokenRequest` is a class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is designed for creating requests for table consistency tokens."],["The `GenerateConsistencyTokenRequest` class includes properties such as `Name` (a string) and `TableName` (of type `TableName`), that is a resource name representing the unique table for which to create a token."],["The documentation outlines the constructors and inherited members of the `GenerateConsistencyTokenRequest` class, including methods like `GetHashCode`, `GetType`, and `ToString`, along with the namespace `Google.Cloud.Bigtable.Admin.V2` and the associated assembly `Google.Cloud.Bigtable.Admin.V2.dll`."]]],[]]