public sealed class DeleteInstanceRequest : IMessage<DeleteInstanceRequest>, IEquatable<DeleteInstanceRequest>, IDeepCloneable<DeleteInstanceRequest>, IBufferMessage, IMessage
Request for [DeleteInstance][google.cloud.redis.v1beta1.CloudRedis.DeleteInstance].
Required. Redis instance resource name using the form:
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 document provides details on the `DeleteInstanceRequest` class, which is used to request the deletion of a Redis instance in Google Cloud."],["`DeleteInstanceRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities like serialization and comparison."],["The class has two constructors, a default constructor and a copy constructor that takes another `DeleteInstanceRequest` object."],["The `DeleteInstanceRequest` class contains two properties, `InstanceName` of type `InstanceName` and `Name` of type `string`, which represent the name of the instance to delete."],["The `Name` property within `DeleteInstanceRequest` is required and expects a string formatted as `projects/{project_id}/locations/{location_id}/instances/{instance_id}`."]]],[]]