public sealed class DeleteInstanceRequest : IMessage<DeleteInstanceRequest>, IEquatable<DeleteInstanceRequest>, IDeepCloneable<DeleteInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class DeleteInstanceRequest.
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 latest version of the `DeleteInstanceRequest` documentation is 5.0.0-beta05, with numerous previous versions also documented, including 4.6.0, 4.5.0, down to 3.5.0."],["`DeleteInstanceRequest` is a class in the `Google.Cloud.Spanner.Admin.Instance.V1` namespace within the Google Cloud Spanner Instance Administration v1 API."],["The `DeleteInstanceRequest` class is used to request the deletion of a Spanner instance, implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `Name` property within the class is required, which represents the name of the instance to be deleted and follows the format `projects/\u003cproject\u003e/instances/\u003cinstance\u003e`."],["It has properties such as InstanceName and Name, as well as constructors, with the InstanceName property providing a typed view of the resource name, in addition to the string name."]]],[]]