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 for .NET."],["The content covers various versions of the `DeleteInstanceRequest` class, ranging from version 2.4.0 up to the latest version, 3.24.0, and the current version of the page is 3.20.0."],["The `DeleteInstanceRequest` class is used as the request message for the `BigtableInstanceAdmin.DeleteInstance` method, allowing users to request the deletion of a Bigtable instance."],["The `DeleteInstanceRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, allowing for various functionalities such as deep cloning and message handling."],["The class has properties such as `InstanceName`, which is a typed view of the resource name, and `Name`, a string property holding the unique name of the instance to be deleted, in the format `projects/{project}/instances/{instance}`."]]],[]]