public sealed class DeleteInstanceRequest : IMessage<DeleteInstanceRequest>, IEquatable<DeleteInstanceRequest>, IDeepCloneable<DeleteInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis v1beta1 API class DeleteInstanceRequest.
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 page provides documentation for the `DeleteInstanceRequest` class within the Google Cloud Memorystore for Redis v1beta1 API, specifically for version 3.0.0-beta04."],["`DeleteInstanceRequest` is used to request the deletion of a Redis instance, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `object` class and has properties such as `InstanceName` (a typed view) and `Name` (a string representing the resource name) to identify the Redis instance to be deleted."],["There are two constructors available: a default constructor and another that accepts another `DeleteInstanceRequest` object as a parameter, allowing for object cloning."],["The latest version available is 3.0.0-beta05, whilst the page version is 3.0.0-beta04 and the oldest listed version is 2.0.0-beta09."]]],[]]