public sealed class DeleteTableRequest : IMessage<DeleteTableRequest>, IEquatable<DeleteTableRequest>, IDeepCloneable<DeleteTableRequest>, IBufferMessage, IMessage
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."],[[["This webpage details the `DeleteTableRequest` class, which is used to request the deletion of a table within Google Cloud Bigtable."],["The content provides a version history of the `DeleteTableRequest` class, starting from version 2.8.0 up to the latest version, 3.24.0."],["The `DeleteTableRequest` class inherits from the base `Object` class and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties for `Name` (a string representing the unique table identifier) and `TableName` (a typed view of the `Name` property for resource name)."],["The `DeleteTableRequest` class has a default constructor and a copy constructor that allows for the creation of a new `DeleteTableRequest` instance based on an existing one."]]],[]]