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, specifically for .NET."],["The `DeleteClusterRequest` class is used to formulate a request to delete a cluster in Google Cloud Bigtable and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation lists available versions of the `DeleteClusterRequest`, ranging from version 3.24.0 (latest) down to 2.4.0, demonstrating the versioning history of the API."],["The class has two constructors, one default and one that takes another `DeleteClusterRequest` as a parameter for duplication."],["The main properties of the class are `ClusterName`, for a type-safe representation of the name, and `Name`, a string which is required and denotes the unique identifier of the cluster targeted for deletion."]]],[]]