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 webpage provides documentation for the `DeleteInstanceRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically for version 3.1.0 and beyond, with 3.24.0 being the latest."],["`DeleteInstanceRequest` is a request message used by BigtableInstanceAdmin.DeleteInstance, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteInstanceRequest` class includes constructors, such as a parameterless constructor and one that accepts another `DeleteInstanceRequest` object, allowing for object creation and cloning."],["The `DeleteInstanceRequest` class contains properties for `InstanceName` (of type `InstanceName`) and `Name` (of type `string`), where `Name` is the unique identifier for the instance to be deleted, in the format `projects/{project}/instances/{instance}`."],["The provided documentation also lists various inherited members from the `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]