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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `DeleteClusterRequest` class is part of the Google Cloud Memorystore for Redis (cluster management) v1 API, specifically within version 1.3.0, and is used to request the deletion of a Redis cluster."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling protocol buffer messages and data structures."],["The `DeleteClusterRequest` class has two constructors, one default and one that takes another `DeleteClusterRequest` instance for copying, allowing for creation of new `DeleteClusterRequest` instances."],["It includes properties such as `ClusterName`, which provides a typed view over the resource name, `Name` for the cluster resource name, and `RequestId` for idempotent request identification."],["The latest version of this package is 1.4.0, with multiple prior versions also documented going back to 1.0.0, providing the ability to access different versions of this API."]]],[]]