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, which is used to request the deletion of a cluster within Google Cloud Bigtable."],["The content provides a version history of the `DeleteClusterRequest` class, with links to documentation for versions ranging from 3.24.0 (latest) down to 2.4.0."],["The `DeleteClusterRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for managing the cluster's name, with both a string representation (`Name`) and a typed view (`ClusterName`) for better resource management."],["The page provides details on how to construct a `DeleteClusterRequest` object, either by creating a new one or by using an existing `DeleteClusterRequest` object."]]],[]]