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 page 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 create requests for deleting a Bigtable instance, and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API represented on the page is 3.24.0, and the page lists numerous previous versions, down to version 2.4.0, all including the `DeleteInstanceRequest` class."],["The `DeleteInstanceRequest` class includes properties like `InstanceName` (typed `InstanceName`) and `Name` (typed `string`) that are required to identify the instance for deletion."],["The page also provides information about the class's inheritance from `object` and its implemented interfaces, as well as the class's constructors and inherited methods."]]],[]]