public sealed class DeleteAppProfileRequest : IMessage<DeleteAppProfileRequest>, IEquatable<DeleteAppProfileRequest>, IDeepCloneable<DeleteAppProfileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class DeleteAppProfileRequest.
Request message for BigtableInstanceAdmin.DeleteAppProfile.
[[["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-21 UTC."],[[["This document provides reference documentation for the `DeleteAppProfileRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for the .NET environment, with the latest version being 3.24.0."],["The `DeleteAppProfileRequest` class is used to request the deletion of an app profile within Google Cloud Bigtable instances, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `AppProfileName`, `IgnoreWarnings`, and `Name`, which are used to specify the app profile to delete and whether to bypass safety checks during deletion."],["The document outlines the different available versions, from 3.0.0 to the latest 3.24.0, with associated links to the documentation for each, showing the `DeleteAppProfileRequest` class is covered across all these versions."],["Two constructors are available for the class, a default and a parameterized constructor that accepts another `DeleteAppProfileRequest` as an argument."]]],[]]