public sealed class DeleteInstanceRequest : IMessage<DeleteInstanceRequest>, IEquatable<DeleteInstanceRequest>, IDeepCloneable<DeleteInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class DeleteInstanceRequest.
Request message for BigtableInstanceAdmin.DeleteInstance.
[[["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 document provides reference documentation for the `DeleteInstanceRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET development."],["The `DeleteInstanceRequest` class is used to send a request to delete a Bigtable instance, and it includes properties such as `InstanceName` and `Name`."],["The page lists the available versions of the `DeleteInstanceRequest` class, ranging from version 2.4.0 up to the latest version, 3.24.0."],["The `DeleteInstanceRequest` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling features such as message handling, comparison, cloning, and buffer manipulation."],["The document includes details on the constructors for `DeleteInstanceRequest`, including a default constructor and a copy constructor, as well as inherited members from the base `object` class."]]],[]]