View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Result (google_api_dlp v0.46.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type 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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.