public sealed class GetDataPolicyRequest : IMessage<GetDataPolicyRequest>, IEquatable<GetDataPolicyRequest>, IDeepCloneable<GetDataPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Data Policy v1beta1 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."],[[["The `GetDataPolicyRequest` class is used to request a specific data policy within the BigQuery Data Policy v1beta1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for enhanced functionality and compatibility."],["`GetDataPolicyRequest` objects can be constructed either empty or by copying another `GetDataPolicyRequest` object."],["The `Name` property of `GetDataPolicyRequest` is a required string field that specifies the resource name of the desired data policy."],["The `DataPolicyName` property offers a structured view of the `Name` resource, typed as `DataPolicyName`."]]],[]]