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."],[[["The latest version available for `DeleteClusterRequest` within the `Google.Cloud.Bigtable.Admin.V2` namespace is version 3.24.0."],["`DeleteClusterRequest` is a request message used for the `BigtableInstanceAdmin.DeleteCluster` operation."],["The class `DeleteClusterRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffered message operations."],["The `DeleteClusterRequest` class has properties like `ClusterName` (a typed view) and `Name` (a string) to identify the cluster that will be deleted, requiring the unique cluster name in the format `projects/{project}/instances/{instance}/clusters/{cluster}`."],["The webpage provides direct links to documentation for versions of `DeleteClusterRequest`, spanning from version 2.4.0 to 3.24.0."]]],[]]