google_api_dlp v0.36.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Result 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. Early access feature is in a pre-release state and might change or have limited support. For more information, see https://cloud.google.com/products#product-launch-stages.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(), infoTypeStats: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeStats.t()], processedBytes: String.t(), totalEstimatedBytes: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.