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."],[[["The content provides reference documentation for the `DeleteInstanceRequest` class within the Google Cloud Bigtable Administration v2 API for .NET."],["This documentation covers versions from 2.4.0 up to the latest release, 3.24.0, including version 3.23.0, which this specific documentation is for."],["The `DeleteInstanceRequest` class is used to represent a request to delete a Bigtable instance and it inherits from several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties `InstanceName` (a typed view over the instance name) and `Name` (a string representing the unique name of the instance to delete), along with public constructors for creating instances."]]],[]]