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."],["The `DeleteClusterRequest` class is used to request the deletion of a cluster and is available in multiple versions, from 2.4.0 to the latest 3.24.0, as well as all versions in between."],["This `DeleteClusterRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities."],["The `DeleteClusterRequest` class includes properties such as `ClusterName` and `Name`, which are used to specify the cluster to be deleted by providing the name and typed view of the cluster resource."],["The latest version available for the DeleteClusterRequest class is 3.24.0."]]],[]]