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 latest version of the `DeleteInstanceRequest` is 3.24.0, but it is one of many versions offered for `Google.Cloud.Bigtable.Admin.V2`."],["This document details the `DeleteInstanceRequest` class, which is used to send a request to delete a Bigtable instance, and it includes the `InstanceName` and `Name` properties."],["The `DeleteInstanceRequest` class inherits from the base `Object` class and implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteInstanceRequest` class includes two constructors, one parameterless, and another which accepts another `DeleteInstanceRequest` as a parameter."],["The required unique name for the instance to be deleted is in the format of `projects/{project}/instances/{instance}`."]]],[]]