GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Result (google_api_dlp v0.40.3) View Source
All result fields mentioned below are updated while the job is processing.
Attributes
-
hybridStats(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2HybridInspectStatistics.t, default:nil) - Statistics related to the processing of hybrid inspect. -
infoTypeStats(type:list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeStats.t), default:nil) - Statistics of how many instances of each info type were found during inspect job. -
processedBytes(type:String.t, default:nil) - Total size in bytes that were processed. -
totalEstimatedBytes(type:String.t, default:nil) - Estimate of the number of bytes to process.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Result{
hybridStats:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2HybridInspectStatistics.t() | nil,
infoTypeStats:
[GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeStats.t()] | nil,
processedBytes: String.t() | nil,
totalEstimatedBytes: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.