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-04-17 UTC."],[[["This page provides documentation for the `DeleteClusterRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for the .NET environment."],["The documentation covers a range of versions for `DeleteClusterRequest`, from version 2.4.0 up to the latest version, 3.24.0."],["`DeleteClusterRequest` is used to define a request message for the `BigtableInstanceAdmin.DeleteCluster` method."],["The `DeleteClusterRequest` class includes properties such as `ClusterName` and `Name`, with `Name` being a required field representing the cluster's unique identifier."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing various functionalities like deep cloning and message handling."]]],[]]