Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::ExcludeByHotword.
The rule to exclude findings based on a hotword. For record inspection of tables, column names are considered hotwords. An example of this is to exclude a finding if it belongs to a BigQuery column that matches a specific pattern.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#hotword_regex
def hotword_regex() -> ::Google::Cloud::Dlp::V2::CustomInfoType::Regex
    Returns
    
  - (::Google::Cloud::Dlp::V2::CustomInfoType::Regex) — Regular expression pattern defining what qualifies as a hotword.
 
#hotword_regex=
def hotword_regex=(value) -> ::Google::Cloud::Dlp::V2::CustomInfoType::Regex
    Parameter
    
  - value (::Google::Cloud::Dlp::V2::CustomInfoType::Regex) — Regular expression pattern defining what qualifies as a hotword.
 
    Returns
    
  - (::Google::Cloud::Dlp::V2::CustomInfoType::Regex) — Regular expression pattern defining what qualifies as a hotword.
 
#proximity
def proximity() -> ::Google::Cloud::Dlp::V2::CustomInfoType::DetectionRule::Proximity
    Returns
    
  - (::Google::Cloud::Dlp::V2::CustomInfoType::DetectionRule::Proximity) — Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
 
#proximity=
def proximity=(value) -> ::Google::Cloud::Dlp::V2::CustomInfoType::DetectionRule::Proximity
    Parameter
    
  - value (::Google::Cloud::Dlp::V2::CustomInfoType::DetectionRule::Proximity) — Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
 
    Returns
    
- (::Google::Cloud::Dlp::V2::CustomInfoType::DetectionRule::Proximity) — Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.