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-21 UTC."],[[["This page provides documentation for the `GenerateConsistencyTokenRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET development."],["The class is used to create a request message for the `GenerateConsistencyToken` method, which is part of the BigtableTableAdmin service."],["The latest available version of the `GenerateConsistencyTokenRequest` class is 3.24.0, with a history of other versions ranging down to version 2.4.0, all of which are accessible through links."],["`GenerateConsistencyTokenRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GenerateConsistencyTokenRequest` class contains two properties: `Name` (string) and `TableName` (TableName), where `Name` represents the unique identifier of the Table for which to create a consistency token, and `TableName` provides a typed view over the Name resource name property."]]],[]]