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 content provides documentation for the `DeleteAppProfileRequest` class within the Google Cloud Bigtable Administration v2 API, showing a range of versions from 2.4.0 to 3.24.0 (latest)."],["`DeleteAppProfileRequest` is used to define a request to delete an app profile, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteAppProfileRequest` class has constructors to create instances, either empty or by cloning another request object."],["Key properties of the `DeleteAppProfileRequest` include `AppProfileName` (typed view of the resource name), `IgnoreWarnings` (to bypass safety checks), and `Name` (the unique app profile name to delete)."],["The documentation is part of the Google.Cloud.Bigtable.Admin.V2 namespace and is found in the Google.Cloud.Bigtable.Admin.V2.dll assembly."]]],[]]