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-25 UTC."],[[["The page details the `DeleteInstanceRequest` class, which is used to request the deletion of a Bigtable instance within the Google Cloud environment."],["This class is part of the `Google.Cloud.Bigtable.Admin.V2` namespace and is defined in the `Google.Cloud.Bigtable.Admin.V2.dll` assembly."],["The latest version available for the DeleteInstanceRequest is 3.24.0, and there are numerous versions listed, all the way back to 2.4.0."],["`DeleteInstanceRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors and two properties: `InstanceName` which is an InstanceName-typed view over the Name resource name, and `Name`, a string that represents the unique identifier for the instance to be deleted, and is required for the deletion."]]],[]]