public sealed class DeleteInstanceRequest : IMessage<DeleteInstanceRequest>, IEquatable<DeleteInstanceRequest>, IDeepCloneable<DeleteInstanceRequest>, IBufferMessage, IMessage
The request for [DeleteInstance][google.spanner.admin.instance.v1.InstanceAdmin.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-04-17 UTC."],[[["The latest version available for `DeleteInstanceRequest` is 5.0.0-beta05, with multiple previous versions listed down to 3.5.0."],["`DeleteInstanceRequest` is a class used to request the deletion of a Spanner instance within the `Google.Cloud.Spanner.Admin.Instance.V1` namespace."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in protocol buffer communication and deep cloning."],["The `DeleteInstanceRequest` class has properties such as `InstanceName` and `Name`, which are used to specify the instance to be deleted."],["There are two constructors available for `DeleteInstanceRequest`, a default constructor, and one that takes another `DeleteInstanceRequest` as a parameter."]]],[]]