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."],[[["This documentation is for the `DataMaskingPolicy` class within the Google Cloud BigQuery Data Policies v1 API, specifically version 1.1.0."],["The `DataMaskingPolicy` class is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is utilized to specify data masking rules."],["The class inherits from `object` and contains properties like `HasPredefinedExpression`, `MaskingExpressionCase`, and `PredefinedExpression`, among others, which helps control the masking process."],["The `DataMaskingPolicy` class has two constructors: a default one and one that copies from an existing `DataMaskingPolicy` object."],["This document provides the reference for the `DataMaskingPolicy` class, which contains properties, constructors, inherited members, and documentation from version 1.0.0 to the latest 1.5.0."]]],[]]