GooglePrivacyDlpV2Connection class
A data connection to allow DLP to profile data in locations that require additional configuration.
Constructors
-
GooglePrivacyDlpV2Connection({GooglePrivacyDlpV2CloudSqlProperties? cloudSql, List<
GooglePrivacyDlpV2Error> ? errors, String? name, String? state}) - GooglePrivacyDlpV2Connection.fromJson(Map json_)
Properties
- cloudSql ↔ GooglePrivacyDlpV2CloudSqlProperties?
-
Connect to a Cloud SQL instance.
getter/setter pair
-
errors
↔ List<
GooglePrivacyDlpV2Error> ? -
Set if status == ERROR, to provide additional details.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Name of the connection:
projects/{project}/locations/{location}/connections/{name}
.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
The connection's state in its lifecycle.
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