public sealed class DeleteInstanceRequest : IMessage<DeleteInstanceRequest>, IEquatable<DeleteInstanceRequest>, IDeepCloneable<DeleteInstanceRequest>, IBufferMessage, IMessage
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 webpage details the `DeleteInstanceRequest` class, which is used to request the deletion of a Bigtable instance within the Google Cloud Bigtable Admin V2 service."],["The `DeleteInstanceRequest` class has a constructor and takes in parameters such as `other`, which is used for creating a new instance of `DeleteInstanceRequest` based on an existing one."],["The `DeleteInstanceRequest` class contains properties such as `InstanceName`, representing the typed view of the instance name, and `Name`, which is the string representation of the resource's unique identifier."],["The namespace for this class is `Google.Cloud.Bigtable.Admin.V2`, and it's located in the `Google.Cloud.Bigtable.Admin.V2.dll` assembly."],["The content list shows the different versions of `DeleteInstanceRequest` documentation available, ranging from version 2.4.0 to 3.24.0."]]],[]]