public sealed class CreateDataPolicyRequest : IMessage<CreateDataPolicyRequest>, IEquatable<CreateDataPolicyRequest>, IDeepCloneable<CreateDataPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Data Policy v1beta1 API class CreateDataPolicyRequest.
[[["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 `CreateDataPolicyRequest` class, which is part of the BigQuery Data Policy v1beta1 API in the Google Cloud .NET library, version 1.0.0-beta03."],["The `CreateDataPolicyRequest` class is used to create a request for the `CreateDataPolicy` method, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes constructors to create new `CreateDataPolicyRequest` instances, either empty or by cloning an existing `CreateDataPolicyRequest` object."],["The `CreateDataPolicyRequest` class has properties such as `DataPolicy`, `Parent`, and `ParentAsLocationName`, which are used to define the data policy to be created and its location within the project."],["The class requires the user to provide the data policy to create, however the name field is not required to be provided, but also requires the user to provide the parent resource name in the correct format."]]],[]]