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 documentation for the `DeleteClusterRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET development."],["The `DeleteClusterRequest` class is used to formulate a request to delete a cluster in Google Cloud Bigtable, as part of the `BigtableInstanceAdmin` service."],["The latest version available is 3.24.0, but the document also displays a history of past versions all the way down to 2.4.0, with 3.21.0 being the currently selected version."],["The `DeleteClusterRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and provides constructors and properties like `ClusterName` and `Name`."],["The `Name` property of `DeleteClusterRequest` requires a string in the format of `projects/{project}/instances/{instance}/clusters/{cluster}`, identifying the cluster to be deleted."]]],[]]