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 webpage provides reference documentation for the `DeleteClusterRequest` class within the Google Cloud Bigtable Administration v2 API for .NET."],["The latest version of the `DeleteClusterRequest` documentation is for version 3.24.0, with a full history of versions going back to 2.4.0."],["`DeleteClusterRequest` is a class used for sending requests to delete a cluster, implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `DeleteClusterRequest` class includes properties such as `ClusterName` and `Name`, which specify the cluster to be deleted."],["The content covers inherited members from the Object Class such as GetHashCode, GetType and ToString."]]],[]]