public sealed class DiscoveryBigQueryConditions.Types.OrConditions : IMessage<DiscoveryBigQueryConditions.Types.OrConditions>, IEquatable<DiscoveryBigQueryConditions.Types.OrConditions>, IDeepCloneable<DiscoveryBigQueryConditions.Types.OrConditions>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DiscoveryBigQueryConditions.Types.OrConditions.
There is an OR relationship between these attributes. They are used to
determine if a table should be scanned or not in Discovery.
[[["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-24 UTC."],[[["The `DiscoveryBigQueryConditions.Types.OrConditions` class from the Google Cloud Data Loss Prevention v2 API defines conditions for determining whether a BigQuery table should be scanned."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its use within Google's Protocol Buffers framework."],["The class includes properties like `MinAge` (specifying the minimum age of a table for profiling) and `MinRowCount` (specifying the minimum number of rows for profiling), which are crucial for controlling the scope of data loss prevention scans."],["The provided documentation covers multiple versions of this class, from version 2.15.0 up to the latest 4.16.0, showing its evolution over time."],["The `OrConditions` are in an OR relationship with one another, meaning that when one is true then the table should be scanned."]]],[]]