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-25 UTC."],[[["The `DeleteAppProfileRequest` class is part of the Google Cloud Bigtable Administration v2 API, used for requesting the deletion of an app profile."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, comparison, cloning, and buffered operations."],["The latest version available for the `DeleteAppProfileRequest` documentation is 3.24.0, and prior versions are listed in descending order down to version 2.4.0."],["The `DeleteAppProfileRequest` class includes properties like `AppProfileName`, `IgnoreWarnings`, and `Name`, which are necessary for specifying the app profile to be deleted and handling deletion safety checks."],["The class has 2 constructors that can be used, one default, and one that takes in a `DeleteAppProfileRequest` parameter, and several inherited methods that can be used."]]],[]]