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."],[[["This webpage details the `DeleteInstanceRequest` class within the `Google.Cloud.Memcache.V1` namespace, used for requests to delete a Memcached instance."],["The `DeleteInstanceRequest` class, which is a sealed class, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors: a default constructor and a constructor that takes another `DeleteInstanceRequest` object as a parameter for cloning."],["The class has two properties: `InstanceName` which provides a typed view over the resource name and `Name` which stores the required Memcached instance resource name in the specified format."],["There are different versions of the same class, ranging from version 1.0.0 to 2.5.0, with the latest being 2.5.0."]]],[]]