GooglePrivacyDlpV2HybridOptions class
Configuration to control jobs where the content being inspected is outside of Google Cloud Platform.
Constructors
-
GooglePrivacyDlpV2HybridOptions({String? description, Map<
String, String> ? labels, List<String> ? requiredFindingLabelKeys, GooglePrivacyDlpV2TableOptions? tableOptions}) - GooglePrivacyDlpV2HybridOptions.fromJson(Map json_)
Properties
- description ↔ String?
-
A short description of where the data is coming from.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
↔ Map<
String, String> ? -
To organize findings, these labels will be added to each finding.
getter/setter pair
-
requiredFindingLabelKeys
↔ List<
String> ? -
These are labels that each inspection request must include within their
'finding_labels' map.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tableOptions ↔ GooglePrivacyDlpV2TableOptions?
-
If the container is a table, additional information to make findings
meaningful such as the columns that are primary keys.
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