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 page provides documentation for the `DeleteInstanceRequest` class, which is used to request the deletion of a Memcached instance in Google Cloud."],["The `DeleteInstanceRequest` class is part of the `Google.Cloud.Memcache.V1` namespace and is defined in the `Google.Cloud.Memcache.V1.dll` assembly."],["The `DeleteInstanceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The class has two constructors, one default and one that takes another `DeleteInstanceRequest` as a parameter, as well as two properties, `InstanceName` and `Name`, used to specify which instance to delete."],["The latest version of the documentation available is 2.5.0, with multiple older versions listed down to 1.0.0."]]],[]]