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 content covers versions ranging from 2.4.0 to the latest release, 3.24.0, offering historical context and documentation for each version's implementation of `DeleteClusterRequest`."],["`DeleteClusterRequest` is a message class used to send a request to delete a Bigtable cluster, and it implements various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeleteClusterRequest` class include `ClusterName`, which is a typed representation of the resource name, and `Name`, a string representing the unique identifier of the cluster targeted for deletion."],["The page details the constructors available for creating `DeleteClusterRequest` objects and also lists inherited members and the namespace/assembly associated with the class, for full context of it's use."]]],[]]