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 reference documentation for the `DeleteClusterRequest` class within the Google Cloud Bigtable Administration v2 API for .NET."],["The `DeleteClusterRequest` class is used to send a request to delete a cluster, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, one default and another that accepts another `DeleteClusterRequest` object to create a copy."],["The class includes two main properties: `ClusterName`, which offers a typed view over the resource name, and `Name`, which represents the required unique name of the cluster to delete."],["This page also provides documentation links to 30 different versions of this class, with the latest one being 3.24.0."]]],[]]