GooglePrivacyDlpV2DiscoveryCloudSqlFilter class
Determines what tables will have profiles generated within an organization or project.
Includes the ability to filter by regular expression patterns on project ID, location, instance, database, and database resource name.
Constructors
- GooglePrivacyDlpV2DiscoveryCloudSqlFilter({GooglePrivacyDlpV2DatabaseResourceCollection? collection, GooglePrivacyDlpV2DatabaseResourceReference? databaseResourceReference, GooglePrivacyDlpV2AllOtherDatabaseResources? others})
- GooglePrivacyDlpV2DiscoveryCloudSqlFilter.fromJson(Map json_)
Properties
- collection ↔ GooglePrivacyDlpV2DatabaseResourceCollection?
-
A specific set of database resources for this filter to apply to.
getter/setter pair
- databaseResourceReference ↔ GooglePrivacyDlpV2DatabaseResourceReference?
-
The database resource to scan.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- others ↔ GooglePrivacyDlpV2AllOtherDatabaseResources?
-
Catch-all.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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