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."],[[["This webpage details the `DeleteInstanceRequest` class, which is used to request the deletion of a Spanner instance within the Google Cloud environment."],["The `DeleteInstanceRequest` class is part of the `Google.Cloud.Spanner.Admin.Instance.V1` namespace and is implemented in the `Google.Cloud.Spanner.Admin.Instance.V1.dll` assembly."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring comprehensive functionality and compatibility within the .NET ecosystem."],["The webpage provides links to documentation for various versions of the `Google.Cloud.Spanner.Admin.Instance.V1` package, ranging from version `3.5.0` up to the latest beta version `5.0.0-beta05`, indicating a history of updates."],["The class can be instantiated with a parameterless constructor, `DeleteInstanceRequest()`, or with a constructor that takes another `DeleteInstanceRequest` object as a parameter, `DeleteInstanceRequest(DeleteInstanceRequest other)`, as well as having properties for `InstanceName` and `Name` that are required for deleting the instance."]]],[]]