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 page provides reference documentation for the `DeleteClusterRequest` class within the Google Cloud Bigtable Administration v2 API for .NET."],["The `DeleteClusterRequest` class is used to construct requests for the `BigtableInstanceAdmin.DeleteCluster` method, to delete a cluster from an instance."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting functionalities like equality comparison and deep cloning."],["The documentation lists all available versions, ranging from 3.24.0 (latest) down to 2.4.0 for the `DeleteClusterRequest` class."],["Key properties include `Name` (a string for the cluster's unique identifier) and `ClusterName`, a typed representation of the `Name` property."]]],[]]