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."],[[["The content provides a comprehensive list of versions for the `DeleteInstanceRequest` class, ranging from version 2.4.0 to the latest version 3.24.0."],["`DeleteInstanceRequest` is a request message used for the `BigtableInstanceAdmin.DeleteInstance` function within the Google Cloud Bigtable Admin V2 API."],["The class `DeleteInstanceRequest` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor and one that takes another `DeleteInstanceRequest` object as a parameter, and has two properties: `InstanceName` of type `Google.Cloud.Bigtable.Common.V2.InstanceName` and `Name` of type `string`, that represents the instance name."],["The name property, of type string, represents the unique name of the instance that is going to be deleted and is required to fill out, having the format `projects/{project}/instances/{instance}`."]]],[]]