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."],["The `DeleteInstanceRequest` class is used to formulate a request to delete a Bigtable instance, as part of the `BigtableInstanceAdmin.DeleteInstance` operation."],["The documentation covers a range of versions from 2.4.0 to 3.24.0 (latest), for `DeleteInstanceRequest`, showcasing the evolution of the class over time."],["The properties for `DeleteInstanceRequest` include `InstanceName` which is a type of InstanceName, and `Name` which is a string containing the unique identifier for the Bigtable instance."],["The `DeleteInstanceRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."]]],[]]