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."],[[["The latest version of the `DeleteInstanceRequest` documentation is 3.24.0, which can be found on the first line in the list, with older versions listed below in descending order."],["This document provides reference and code samples for the `DeleteInstanceRequest` class, part of the Google Cloud Bigtable Administration v2 API."],["The `DeleteInstanceRequest` class is used to formulate a request to delete a Bigtable instance and it inherits from the object class and implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `DeleteInstanceRequest` class has two constructors, one for creating an empty request, and one for making a copy of another existing `DeleteInstanceRequest`."],["The key properties for the `DeleteInstanceRequest` class are `InstanceName`, a structured view of the resource name, and `Name`, which is the unique identifier of the instance to be deleted."]]],[]]