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 of the `DeleteTableRequest` documentation is 3.24.0, which can be found at the provided URL."],["This page details the `DeleteTableRequest` class for the Google Cloud Bigtable Admin V2, with versions ranging from 2.4.0 to 3.24.0."],["The `DeleteTableRequest` class is used to construct a request to delete a Bigtable table, inheriting from Object and implementing multiple interfaces."],["The class includes properties like `Name`, which represents the unique identifier of the table to be deleted, and `TableName` which provides a typed view of the table's resource name."],["The `DeleteTableRequest` class can be constructed with the default constructor, or by using another instance of `DeleteTableRequest` as a parameter."]]],[]]