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."],[[["The document provides reference documentation for the `DeleteInstanceRequest` class within the Google Cloud Bigtable Administration v2 API."],["The `DeleteInstanceRequest` class is used to define the request message for the `BigtableInstanceAdmin.DeleteInstance` method, allowing the deletion of a specified instance."],["The class inherits from `object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteInstanceRequest` class has properties `InstanceName` (an `InstanceName`-typed view) and `Name` (a string representing the instance's unique name) to identify the instance for deletion."],["The documentation contains links to older versions of the `DeleteInstanceRequest` going back as far as 2.4.0, with the latest being 3.24.0."]]],[]]