public sealed class DeleteDataPolicyRequest : IMessage<DeleteDataPolicyRequest>, IEquatable<DeleteDataPolicyRequest>, IDeepCloneable<DeleteDataPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Data Policy v1beta1 API class DeleteDataPolicyRequest.
[[["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 documentation is for the `DeleteDataPolicyRequest` class within the Google Cloud BigQuery Data Policy v1beta1 API, specifically version 1.0.0-beta04, which is the latest release."],["The `DeleteDataPolicyRequest` class is a request message used for the `DeleteDataPolicy` method, and it inherits from `object` while implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default one, `DeleteDataPolicyRequest()`, and another, `DeleteDataPolicyRequest(DeleteDataPolicyRequest other)`, which takes another `DeleteDataPolicyRequest` as an argument."],["The `DeleteDataPolicyRequest` class requires a resource name, `Name`, of the data policy to be deleted in the format `projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}` and offers a `DataPolicyName` property which is a typed view over the `Name`."]]],[]]