public sealed class DeleteClusterRequest : IMessage<DeleteClusterRequest>, IEquatable<DeleteClusterRequest>, IDeepCloneable<DeleteClusterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class DeleteClusterRequest.
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 page provides reference documentation for the `DeleteClusterRequest` class within the Google Cloud Bigtable Administration v2 API for .NET."],["The latest version of `DeleteClusterRequest` is 3.24.0, but documentation is available for versions ranging from 2.4.0 to 3.24.0."],["`DeleteClusterRequest` is a message class used to request the deletion of a Bigtable cluster, as defined in the BigtableInstanceAdmin API."],["The `DeleteClusterRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteClusterRequest` has two constructors, `DeleteClusterRequest()` and `DeleteClusterRequest(DeleteClusterRequest other)` and includes two properties, `ClusterName` and `Name`."]]],[]]