public sealed class DeleteClusterRequest : IMessage<DeleteClusterRequest>, IEquatable<DeleteClusterRequest>, IDeepCloneable<DeleteClusterRequest>, IBufferMessage, IMessage
Request message for BigtableInstanceAdmin.DeleteCluster.
[[["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-25 UTC."],[[["This webpage details the `DeleteClusterRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, which is used to send requests for deleting a cluster in Google Cloud Bigtable."],["The latest version available for `DeleteClusterRequest` is 3.24.0, with multiple prior versions listed, dating back to version 2.4.0, which is also provided for each version."],["`DeleteClusterRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities for message handling, equality checks, deep cloning, and buffered operations."],["The `DeleteClusterRequest` class includes properties such as `ClusterName` (a typed view) and `Name` (a string), which are essential for specifying the cluster to be deleted using the unique resource name."],["There are two constructors for the `DeleteClusterRequest` class, a default constructor and a constructor that accepts another `DeleteClusterRequest` object, allowing for object copying."]]],[]]