GooglePrivacyDlpV2DiscoveryBigQueryConditions class

Requirements that must be true before a table is scanned in discovery for the first time.

There is an AND relationship between the top-level attributes. Additionally, minimum conditions with an OR relationship that must be met before Cloud DLP scans a table can be set (like a minimum row count or a minimum table age).

Properties

createdAfter String?
BigQuery table must have been created after this date.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
orConditions GooglePrivacyDlpV2OrConditions?
At least one of the conditions must be true for a table to be scanned.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeCollection String?
Restrict discovery to categories of table types. Possible string values are:
getter/setter pair
types GooglePrivacyDlpV2BigQueryTableTypes?
Restrict discovery to specific table types.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited