Class: Google::Privacy::Dlp::V2::CustomInfoType::DetectionRule::Proximity

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#window_afterInteger

Returns Number of characters after the finding to consider.

Returns:

  • (Integer)

    Number of characters after the finding to consider.



154
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb', line 154

class Proximity; end

#window_beforeInteger

Returns Number of characters before the finding to consider.

Returns:

  • (Integer)

    Number of characters before the finding to consider.



154
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb', line 154

class Proximity; end