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."],[[["This document provides reference documentation for the `DeleteTableRequest` class within the Google Cloud Bigtable Administration v2 API."],["The `DeleteTableRequest` class is used to define a request to delete a specific table within a Bigtable instance, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the documentation is for version 3.24.0, and there are other versions ranging from 3.23.0 down to 2.4.0 available."],["The `DeleteTableRequest` class has two constructors, a default constructor and a constructor that accepts another `DeleteTableRequest` object, along with two properties, `Name` and `TableName`, which are used to specify the table to be deleted."],["The table name needed to delete is of the form `projects/{project}/instances/{instance}/tables/{table}`."]]],[]]