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 is derived from the base `Object` class."],["It features two constructors: a default constructor `DeleteInstanceRequest()` and an overload `DeleteInstanceRequest(DeleteInstanceRequest other)` for creating copies."],["The `DeleteInstanceRequest` class has two properties: `InstanceName` which is a typed view of the instance name, and `Name` which holds the resource name of the instance to be deleted in the format `projects/\u003cproject\u003e/instances/\u003cinstance\u003e`."],["There are multiple versions of the `DeleteInstanceRequest` class, ranging from version 3.5.0 up to the latest beta version 5.0.0-beta05, in addition to its current version 3.7.0."]]],[]]