GooglePrivacyDlpV2DiscoveryCloudSqlConditions class
Requirements that must be true before a table is profiled for the first time.
Constructors
-
GooglePrivacyDlpV2DiscoveryCloudSqlConditions({List<
String> ? databaseEngines, List<String> ? types}) - GooglePrivacyDlpV2DiscoveryCloudSqlConditions.fromJson(Map json_)
Properties
-
databaseEngines
↔ List<
String> ? -
Database engines that should be profiled.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
types
↔ List<
String> ? -
Data profiles will only be generated for the database resource types
specified in this field.
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