public sealed class DeleteTableRequest : IMessage<DeleteTableRequest>, IEquatable<DeleteTableRequest>, IDeepCloneable<DeleteTableRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class DeleteTableRequest.
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.DeleteTable][google.bigtable.admin.v2.BigtableTableAdmin.DeleteTable]
[[["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."],[[["The page provides documentation for the `DeleteTableRequest` class within the Google Cloud Bigtable Administration v2 API for .NET."],["The latest version of the `DeleteTableRequest` class is 3.24.0, and the page also lists many older versions dating back to 2.4.0 for historical purposes."],["`DeleteTableRequest` is used as the request message for the `DeleteTable` operation within the `BigtableTableAdmin` service, allowing you to delete a specified table."],["This class includes properties such as `Name` (a string) and `TableName`, which is a typed view over the name, to specify the table that you wish to delete, using the unique resource name."],["The `DeleteTableRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]