GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails class
Result of a risk analysis operation request.
Constructors
- GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails({GooglePrivacyDlpV2CategoricalStatsResult? categoricalStatsResult, GooglePrivacyDlpV2DeltaPresenceEstimationResult? deltaPresenceEstimationResult, GooglePrivacyDlpV2KAnonymityResult? kAnonymityResult, GooglePrivacyDlpV2KMapEstimationResult? kMapEstimationResult, GooglePrivacyDlpV2LDiversityResult? lDiversityResult, GooglePrivacyDlpV2NumericalStatsResult? numericalStatsResult, GooglePrivacyDlpV2RequestedRiskAnalysisOptions? requestedOptions, GooglePrivacyDlpV2PrivacyMetric? requestedPrivacyMetric, GooglePrivacyDlpV2BigQueryTable? requestedSourceTable})
- GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails.fromJson(Map json_)
Properties
- categoricalStatsResult ↔ GooglePrivacyDlpV2CategoricalStatsResult?
-
Categorical stats result
getter/setter pair
- deltaPresenceEstimationResult ↔ GooglePrivacyDlpV2DeltaPresenceEstimationResult?
-
Delta-presence result
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kAnonymityResult ↔ GooglePrivacyDlpV2KAnonymityResult?
-
K-anonymity result
getter/setter pair
- kMapEstimationResult ↔ GooglePrivacyDlpV2KMapEstimationResult?
-
K-map result
getter/setter pair
- lDiversityResult ↔ GooglePrivacyDlpV2LDiversityResult?
-
L-divesity result
getter/setter pair
- numericalStatsResult ↔ GooglePrivacyDlpV2NumericalStatsResult?
-
Numerical stats result
getter/setter pair
- requestedOptions ↔ GooglePrivacyDlpV2RequestedRiskAnalysisOptions?
-
The configuration used for this job.
getter/setter pair
- requestedPrivacyMetric ↔ GooglePrivacyDlpV2PrivacyMetric?
-
Privacy metric to compute.
getter/setter pair
- requestedSourceTable ↔ GooglePrivacyDlpV2BigQueryTable?
-
Input dataset to compute metrics over.
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