public sealed class DeleteInstanceRequest : IMessage<DeleteInstanceRequest>, IEquatable<DeleteInstanceRequest>, IDeepCloneable<DeleteInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Memorystore for Memcached v1 API class DeleteInstanceRequest.
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 provides reference documentation for the `DeleteInstanceRequest` class within the Google Cloud Memorystore for Memcached v1 API, specifically version 2.3.0."],["The `DeleteInstanceRequest` class is used to formulate requests for deleting a Memcached instance, inheriting from various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new instances, and it contains properties such as `InstanceName` and `Name`, which are essential for identifying the target instance to be deleted."],["The resource name for the instance to delete is required to be in the format `projects/{project_id}/locations/{location_id}/instances/{instance_id}`, where `location_id` specifies a GCP region."],["The page also lists previous versions of the API, with version 2.5.0 being the most current, allowing the user to access documentation for other versions."]]],[]]