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-04-17 UTC."],[[["This page provides reference documentation for the `DeleteAppProfileRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for the .NET environment, with the most recent version at 3.24.0, and the currently displayed version at 3.22.0."],["The `DeleteAppProfileRequest` class is used to construct request messages for the `BigtableInstanceAdmin.DeleteAppProfile` function."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeleteAppProfileRequest` class include `AppProfileName` which provides a typed view over the resource name, `IgnoreWarnings` that allows for bypassing safety checks during deletion, and `Name` which specifies the unique identifier of the app profile to be deleted."],["This documentation covers several versions of the API, from 3.0.0 all the way up to 3.24.0, which is the latest release."]]],[]]