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."],[[["The latest version available for `DeleteTableRequest` is 3.24.0, within the context of the overall version 3.0.0."],["This documentation covers the `DeleteTableRequest` class, which is a request message used for deleting tables in the Bigtable Admin API, specifically within the Google Cloud environment."],["The `DeleteTableRequest` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["Key properties of the `DeleteTableRequest` class include `Name`, which holds the unique identifier for the table to be deleted, and `TableName`, providing a structured view of the table name."],["The namespace for the `DeleteTableRequest` class is `Google.Cloud.Bigtable.Admin.V2`, and it is contained in the `Google.Cloud.Bigtable.Admin.V2.dll` assembly."]]],[]]