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."],[[["This documentation page covers the `DeleteInstanceRequest` class within the Google Cloud Spanner Instance Administration v1 API, specifically for version 4.3.0."],["The `DeleteInstanceRequest` class is used to request the deletion of a Spanner instance, and it inherits from multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `DeleteInstanceRequest` object as a parameter for creating a copy."],["The `DeleteInstanceRequest` class includes two properties: `InstanceName` which provides a typed view over the resource name, and `Name`, a string representing the instance to be deleted in the format `projects/\u003cproject\u003e/instances/\u003cinstance\u003e`."],["There are multiple versions of the `DeleteInstanceRequest` class available, ranging from version 3.5.0 to the latest beta version 5.0.0-beta05."]]],[]]