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 `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 such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to support various functionalities and ensure data integrity."],["There are multiple versions of the `DeleteInstanceRequest` documentation available, ranging from version `3.5.0` up to the latest beta version `5.0.0-beta05`."],["The `DeleteInstanceRequest` class includes properties like `InstanceName` (a typed view) and `Name` (string), representing the Spanner instance to be deleted, and supports standard methods like GetHashCode, ToString, etc."],["The class has two constructors, one default and another that takes another `DeleteInstanceRequest` as a parameter for potential cloning purposes."]]],[]]