public sealed class DeleteInstanceRequest : IMessage<DeleteInstanceRequest>, IEquatable<DeleteInstanceRequest>, IDeepCloneable<DeleteInstanceRequest>, IBufferMessage, IMessage
Request message for BigtableInstanceAdmin.DeleteInstance.
[[["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 `DeleteInstanceRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, used for requesting the deletion of a Bigtable instance."],["The page lists multiple versions of the `DeleteInstanceRequest` class, ranging from version 2.4.0 up to the latest 3.24.0, each with a direct link to its specific documentation."],["`DeleteInstanceRequest` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `DeleteInstanceRequest` class has properties such as `InstanceName` (a typed view over the resource name) and `Name` (the unique name of the instance to delete)."],["The class has two constructors, a default one, and another one that takes in another instance of `DeleteInstanceRequest` to initialize the current one."]]],[]]