google_api_dlp v0.9.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails View Source
Result of a risk analysis operation request.
Attributes
- categoricalStatsResult (GooglePrivacyDlpV2CategoricalStatsResult): Defaults to:
null. - deltaPresenceEstimationResult (GooglePrivacyDlpV2DeltaPresenceEstimationResult): Defaults to:
null. - kAnonymityResult (GooglePrivacyDlpV2KAnonymityResult): Defaults to:
null. - kMapEstimationResult (GooglePrivacyDlpV2KMapEstimationResult): Defaults to:
null. - lDiversityResult (GooglePrivacyDlpV2LDiversityResult): Defaults to:
null. - numericalStatsResult (GooglePrivacyDlpV2NumericalStatsResult): Defaults to:
null. - requestedPrivacyMetric (GooglePrivacyDlpV2PrivacyMetric): Privacy metric to compute. Defaults to:
null. - requestedSourceTable (GooglePrivacyDlpV2BigQueryTable): Input dataset to compute metrics over. Defaults to:
null.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails{
categoricalStatsResult:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CategoricalStatsResult.t(),
deltaPresenceEstimationResult:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeltaPresenceEstimationResult.t(),
kAnonymityResult:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KAnonymityResult.t(),
kMapEstimationResult:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KMapEstimationResult.t(),
lDiversityResult:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LDiversityResult.t(),
numericalStatsResult:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2NumericalStatsResult.t(),
requestedPrivacyMetric:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PrivacyMetric.t(),
requestedSourceTable:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTable.t()
}
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails{
categoricalStatsResult:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CategoricalStatsResult.t(),
deltaPresenceEstimationResult:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeltaPresenceEstimationResult.t(),
kAnonymityResult:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KAnonymityResult.t(),
kMapEstimationResult:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KMapEstimationResult.t(),
lDiversityResult:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LDiversityResult.t(),
numericalStatsResult:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2NumericalStatsResult.t(),
requestedPrivacyMetric:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PrivacyMetric.t(),
requestedSourceTable:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTable.t()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.