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 webpage provides reference documentation for the `DeleteInstanceRequest` class within the Google Cloud Bigtable Administration v2 API."],["The `DeleteInstanceRequest` class is used to formulate requests for deleting instances, and it's part of the `Google.Cloud.Bigtable.Admin.V2` namespace."],["The latest version documented is 3.24.0, with the documentation spanning versions down to 2.4.0 of this API."],["The `DeleteInstanceRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteInstanceRequest` class has properties for the `InstanceName`, providing a typed view over the `Name` resource property, as well as a `Name` property, which is a string that stores the unique name of the instance to be deleted, following the `projects/{project}/instances/{instance}` format."]]],[]]