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."],[[["This page details the `DeleteInstanceRequest` class, which is used to request the deletion of a Bigtable instance within the Google Cloud environment."],["The latest version of the `DeleteInstanceRequest` is version 3.24.0, with a listing of other available versions, spanning from 3.23.0 down to 2.4.0."],["The `DeleteInstanceRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with members from `Object` being inherited."],["The class has two constructors, a parameterless constructor and one that takes a `DeleteInstanceRequest` as a parameter, and exposes two properties: `InstanceName` of type `InstanceName`, and `Name` of type `String`, which is a required unique identifier for the instance."]]],[]]