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 information for the `DeleteInstanceRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET developers."],["The content covers version 3.4.0, with the latest version being 3.24.0, and offers a list of the documentation for each of these previous versions, ranging from 3.23.0 all the way to 2.4.0."],["`DeleteInstanceRequest` is used to construct requests for deleting instances in Bigtable and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteInstanceRequest` class includes properties such as `InstanceName` and `Name`, where `Name` specifies the unique identifier of the instance to be deleted."],["The document details available constructors for creating `DeleteInstanceRequest` objects."]]],[]]