public sealed class DeleteDataPolicyRequest : IMessage<DeleteDataPolicyRequest>, IEquatable<DeleteDataPolicyRequest>, IDeepCloneable<DeleteDataPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Data Policy v1 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 document provides reference information for the `DeleteDataPolicyRequest` class within the Google Cloud BigQuery Data Policies v1 API, specifically for version 1.3.0."],["`DeleteDataPolicyRequest` is a request message used for the `DeleteDataPolicy` method, enabling the deletion of a specified data policy."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class includes a `DataPolicyName` property, which is a typed view over the `Name` property, and the `Name` property holds the required resource name of the data policy to delete."],["Available versions for the `DeleteDataPolicyRequest` class include 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0 and the latest 1.5.0."]]],[]]