public sealed class GetDataPolicyRequest : IMessage<GetDataPolicyRequest>, IEquatable<GetDataPolicyRequest>, IDeepCloneable<GetDataPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Data Policy v1 API class GetDataPolicyRequest.
[[["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 page provides documentation for the `GetDataPolicyRequest` class within the Google Cloud BigQuery Data Policy v1 API, specifically version 1.3.0."],["`GetDataPolicyRequest` is a message class used to request data policies, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetDataPolicyRequest` class inherits from `object` and contains properties such as `DataPolicyName` and `Name`, with the latter requiring a resource name in a specified format."],["There are multiple versions of the BigQuery Data Policies, with version 1.5.0 being the most recent, and version 1.0.0 being the oldest."],["The class includes two constructors; a parameterless constructor, and a copy constructor that takes another `GetDataPolicyRequest` as a parameter."]]],[]]