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 BigQuery Data Policy v1 API, including its constructors, properties, and implemented interfaces."],["`DeleteDataPolicyRequest` is a class used to request the deletion of a data policy in BigQuery, requiring the resource name of the data policy to delete."],["The `DeleteDataPolicyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Google Protocol Buffers ecosystem."],["The class has two constructors, one default constructor and one that takes another `DeleteDataPolicyRequest` object as an argument for cloning purposes."],["The properties for this class include `DataPolicyName`, and `Name`, which are used to define the data policy to be deleted, as well as their values."]]],[]]