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, part of version 2.0.0, implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, and inherits from the `Object` class."],["The class includes properties like `InstanceName` and `Name`, with the latter specifying the required format for the Memcached instance resource name."],["There is a list of previous versions listed in the content ranging from version 1.0.0 up to 2.5.0, where version 2.5.0 is stated as the latest version."],["The `DeleteInstanceRequest` class has two constructors, one default constructor and one that takes in a `DeleteInstanceRequest` as a parameter."]]],[]]