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-03-21 UTC."],[[["The `DeleteInstanceRequest` class is used to request the deletion of a Spanner instance within the `Google.Cloud.Spanner.Admin.Instance.V1` namespace."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["There are two constructors for `DeleteInstanceRequest`: a default constructor and one that accepts another `DeleteInstanceRequest` object."],["The `DeleteInstanceRequest` class has two properties: `InstanceName` which is a typed view, and `Name` which represents the required string name of the instance to delete."],["The document lists several previous versions of this request, with the latest being `5.0.0-beta05`."]]],[]]