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 implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering comprehensive functionality for message handling and object manipulation."],["The `DeleteInstanceRequest` class includes a `Name` property, which is a required field that identifies the unique instance to delete, and an `InstanceName` property, that is a view over the name for ease of use."],["The page displays different versions of the Google.Cloud.Bigtable.Admin.V2 package, ranging from version 2.4.0 up to the latest version, 3.24.0."]]],[]]