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 development."],["The latest version of the `DeleteClusterRequest` class is 3.24.0, and the page lists documentation for previous versions, going back to version 2.4.0."],["The `DeleteClusterRequest` class is used to create a request to delete a cluster, inheriting from multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `ClusterName` and `Name`, with the `Name` property representing the unique identifier of the cluster to be deleted."],["The `DeleteClusterRequest` can be instantiated using a parameterless constructor or a constructor that takes another `DeleteClusterRequest` instance."]]],[]]