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 content covers various versions of the `DeleteClusterRequest` class, ranging from version 2.4.0 up to the latest version, 3.24.0, with the current version at 3.6.0."],["`DeleteClusterRequest` is a message used to request the deletion of a cluster, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors `DeleteClusterRequest()` and `DeleteClusterRequest(DeleteClusterRequest)` as well as two properties `ClusterName` and `Name`."],["The `Name` property, of type string, is required and represents the unique identifier of the cluster to be deleted in the format: `projects/{project}/instances/{instance}/clusters/{cluster}`."]]],[]]