public sealed class DataMaskingPolicy : IMessage<DataMaskingPolicy>, IEquatable<DataMaskingPolicy>, IDeepCloneable<DataMaskingPolicy>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Data Policy v1beta1 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 BigQuery Data Policy v1beta1 API, specifically version 1.0.0-beta03."],["The `DataMaskingPolicy` class is used to define data masking rules and inherits from the base `object` class, while also implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class includes constructors that allow creating a new `DataMaskingPolicy` object either from scratch or by copying another `DataMaskingPolicy`."],["The `DataMaskingPolicy` class contains properties like `HasPredefinedExpression`, `MaskingExpressionCase`, and `PredefinedExpression` for managing predefined masking expressions."],["The class is part of the `Google.Cloud.BigQuery.DataPolicies.V1Beta1` namespace and is contained within the `Google.Cloud.BigQuery.DataPolicies.V1Beta1.dll` assembly."]]],[]]