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."],[[["The content provides documentation for the `DeleteClusterRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET development."],["This class is used to send a request to delete a Bigtable cluster, as part of the `BigtableInstanceAdmin.DeleteCluster` function."],["The `DeleteClusterRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation details the class's constructors, including a default constructor and one that takes another `DeleteClusterRequest` object, as well as properties like `ClusterName` and `Name`, which is the unique name of the cluster that is to be deleted."],["Multiple versions of the `DeleteClusterRequest` class are listed, ranging from version 2.4.0 to the latest version, 3.24.0, all accessible through the provided links."]]],[]]