public sealed class DeleteClusterRequest : IMessage<DeleteClusterRequest>, IEquatable<DeleteClusterRequest>, IDeepCloneable<DeleteClusterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis (cluster management) v1 API class DeleteClusterRequest.
Request for [DeleteCluster][CloudRedis.DeleteCluster].
Required. Redis cluster resource name using the form:
projects/{project_id}/locations/{location_id}/clusters/{cluster_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 documentation details the `DeleteClusterRequest` class, which is used to request the deletion of a Redis cluster in the Google Cloud Memorystore for Redis (cluster management) v1 API."],["The `DeleteClusterRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in the protocol buffer message system."],["The class includes constructors for creating new `DeleteClusterRequest` objects, either empty or based on an existing `DeleteClusterRequest` object."],["Key properties of the `DeleteClusterRequest` class include `ClusterName`, a resource name property, `Name` representing the Redis cluster's fully-qualified resource name, and `RequestId`, which is used for idempotent operations."],["This document provides reference information for the `DeleteClusterRequest` class across versions 1.0.0, 1.1.0, 1.2.0, 1.3.0, and 1.4.0, with the latter being the latest version."]]],[]]