Class: Google::Privacy::Dlp::V2::InspectConfig::FindingLimits::InfoTypeLimit

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

Overview

Max findings configuration per infoType, per content item or long running DlpJob.

Instance Attribute Summary collapse

Instance Attribute Details

#info_typeGoogle::Privacy::Dlp::V2::InfoType

Returns Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.

Returns:

  • (Google::Privacy::Dlp::V2::InfoType)

    Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.



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

class InfoTypeLimit; end

#max_findingsInteger

Returns Max findings limit for the given infoType.

Returns:

  • (Integer)

    Max findings limit for the given infoType.



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

class InfoTypeLimit; end