google_api_dlp v0.32.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2HybridInspectStatistics View Source

Statistics related to processing hybrid inspect requests 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.

Attributes

  • hybridRequestsAborted (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.
  • hybridRequestsPending (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.
  • hybridRequestsProcessed (type: String.t, default: nil) - The number of hybrid inspection requests processed within this job.

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() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2HybridInspectStatistics{
  hybridRequestsAborted: String.t(),
  hybridRequestsPending: String.t(),
  hybridRequestsProcessed: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.