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 webpage provides reference documentation for the `DeleteTableRequest` class within the Google Cloud Bigtable Administration v2 API for .NET."],["The latest version of this class is 3.24.0, but the page details versions ranging from 2.4.0 to 3.24.0 of `DeleteTableRequest`, with 3.11.0 as the main context."],["`DeleteTableRequest` is a message type used to request the deletion of a table in the Bigtable service, and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default one, and another which takes another `DeleteTableRequest` as a parameter, as well as two properties: `Name` (a string) and `TableName` (of type `TableName`)."],["The `Name` property is a required field that specifies the unique name of the table to be deleted, formatted as `projects/{project}/instances/{instance}/tables/{table}`."]]],[]]