public sealed class DataMaskingPolicy : IMessage<DataMaskingPolicy>, IEquatable<DataMaskingPolicy>, IDeepCloneable<DataMaskingPolicy>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Data Policy v1 API class DataMaskingPolicy.
The data masking policy that is used to specify data masking rule.
[[["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 `DataMaskingPolicy` class in the Google Cloud BigQuery Data Policies v1 API is used to define data masking rules."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for comprehensive object manipulation and comparison."],["`DataMaskingPolicy` has constructors to create a new instance or copy an existing one, accepting another `DataMaskingPolicy` as an argument."],["The class exposes properties such as `MaskingExpressionCase` and `PredefinedExpression` to manage the type and the specifics of data masking."],["The latest version available for this `DataMaskingPolicy` documentation is version 1.5.0."]]],[]]