GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2HybridInspectStatistics (google_api_dlp v0.54.0)

View Source

Statistics related to processing hybrid inspect requests.

Attributes

  • abortedCount (type: String.t, default: nil) - The number of hybrid inspection requests aborted because the job ran out of quota or was ended before they could be processed.
  • pendingCount (type: String.t, default: nil) - The number of hybrid requests currently being processed. Only populated when called via method getDlpJob. A burst of traffic may cause hybrid inspect requests to be enqueued. Processing will take place as quickly as possible, but resource limitations may impact how long a request is enqueued for.
  • processedCount (type: String.t, default: nil) - The number of hybrid inspection requests processed within this job.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2HybridInspectStatistics{
  abortedCount: String.t() | nil,
  pendingCount: String.t() | nil,
  processedCount: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.