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-04-17 UTC."],[[["This document provides reference information for the `DeleteInstanceRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET."],["The `DeleteInstanceRequest` class is used to create a request for deleting a Bigtable instance, as part of the `Google.Cloud.Bigtable.Admin.V2` namespace."],["The document outlines the inheritance and implementation details of the `DeleteInstanceRequest` class, and its inherited members from `object`."],["The class contains two constructors, `DeleteInstanceRequest()` and `DeleteInstanceRequest(DeleteInstanceRequest other)`, as well as two properties, `InstanceName` and `Name`."],["The page also provides links to the documentation for previous versions of the `DeleteInstanceRequest` class, with the most recent version listed as 3.24.0 and this particular page version being 3.22.0."]]],[]]