public sealed class DeleteInstanceRequest : IMessage<DeleteInstanceRequest>, IEquatable<DeleteInstanceRequest>, IDeepCloneable<DeleteInstanceRequest>, IBufferMessage, IMessage
Request for [DeleteInstance][google.cloud.memcache.v1.CloudMemcache.DeleteInstance].
Required. Memcached instance resource name in the format:
projects/{project_id}/locations/{location_id}/instances/{instance_id}
where location_id refers to a GCP region
[[["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 available for `DeleteInstanceRequest` is 2.5.0, with the document covering versions ranging from 1.0.0 up to the current latest."],["`DeleteInstanceRequest` is a class used to request the deletion of a Memcached instance in the Google Cloud Memcache service."],["This class, `DeleteInstanceRequest`, inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable\u003cDeleteInstanceRequest\u003e`, `IDeepCloneable\u003cDeleteInstanceRequest\u003e`, and `IBufferMessage`."],["The `DeleteInstanceRequest` class has two constructors, a default constructor and one that takes another `DeleteInstanceRequest` object as a parameter, allowing for object creation and cloning."],["It contains two main properties, `InstanceName` of type `InstanceName` and `Name` of type `String`, the latter being a required property specifying the resource name of the Memcached instance to be deleted, adhering to a specific format."]]],[]]