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 document provides reference information for the `GetDataPolicyRequest` class within the Google Cloud BigQuery Data Policy v1 API, specifically version 1.4.0."],["The `GetDataPolicyRequest` class is used to construct a request message for the `GetDataPolicy` method, inheriting from `object` and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties like `DataPolicyName` and `Name`, which are used to specify the data policy to retrieve, with the `Name` property requiring a specific resource name format."],["This documentation also lists the available versions of the `GetDataPolicyRequest`, from version 1.0.0 up to the latest version 1.5.0, along with their respective links."],["The class can be constructed via a parameterless constructor, or a copy constructor, using another `GetDataPolicyRequest` as a parameter."]]],[]]