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 `DeleteClusterRequest` class is part of the `Google.Cloud.Bigtable.Admin.V2` namespace and is found in the `Google.Cloud.Bigtable.Admin.V2.dll` assembly."],["It provides details of the request message with the latest version listed as 3.24.0 and also contains links to previous versions, going as far back as version 2.4.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class has properties for `ClusterName` and `Name`, with the `Name` property being a required string that represents the unique name of the cluster to be deleted in the format `projects/{project}/instances/{instance}/clusters/{cluster}`."]]],[]]