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, which is part of the Google Cloud BigQuery Data Policy v1 API, within the .NET environment."],["`GetDataPolicyRequest` is used to structure requests for the `GetDataPolicy` method and is an implementation of multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `DataPolicyName` (a typed view over the resource name) and `Name` (a string representing the required data policy resource name), used to specify the target data policy."],["The documentation covers different versions of the `GetDataPolicyRequest` class, from version 1.0.0 to the latest 1.5.0 version."],["The `GetDataPolicyRequest` class has two constructors, a default one and one that accepts another `GetDataPolicyRequest` instance for parameter-based construction."]]],[]]