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 content provides documentation for the `DeleteInstanceRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, detailing its purpose for requesting the deletion of a Bigtable instance."],["It lists various versions of the `DeleteInstanceRequest` class, ranging from version 2.4.0 up to the latest, 3.24.0, allowing developers to access documentation for specific releases."],["The `DeleteInstanceRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and another that takes a `DeleteInstanceRequest` object as a parameter, allowing for the creation of instances and cloning."],["Key properties of the `DeleteInstanceRequest` class include `InstanceName` for a typed view and `Name`, a string representing the unique identifier of the instance to delete, formatted as `projects/{project}/instances/{instance}`."]]],[]]