GooglePrivacyDlpV2ProximityResponse

data class GooglePrivacyDlpV2ProximityResponse(val windowAfter: Int, val windowBefore: Int)

Message for specifying a window around a finding to apply a detection rule.

Constructors

Link copied to clipboard
constructor(windowAfter: Int, windowBefore: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Number of characters after the finding to consider.

Link copied to clipboard

Number of characters before the finding to consider. For tabular data, if you want to modify the likelihood of an entire column of findngs, set this to 1. For more information, see Hotword example: Set the match likelihood of a table column (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).