Class: Google::Privacy::Dlp::V2::InspectConfig::FindingLimits
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2::InspectConfig::FindingLimits
- Defined in:
- lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
Defined Under Namespace
Classes: InfoTypeLimit
Instance Attribute Summary collapse
-
#max_findings_per_info_type ⇒ Array<Google::Privacy::Dlp::V2::InspectConfig::FindingLimits::InfoTypeLimit>
Configuration of findings limit given for specified infoTypes.
-
#max_findings_per_item ⇒ Integer
Max number of findings that will be returned for each item scanned.
-
#max_findings_per_request ⇒ Integer
Max number of findings that will be returned per request/job.
Instance Attribute Details
#max_findings_per_info_type ⇒ Array<Google::Privacy::Dlp::V2::InspectConfig::FindingLimits::InfoTypeLimit>
Returns Configuration of findings limit given for specified infoTypes.
72 73 74 75 76 77 78 79 80 81 82 83 84 85 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 72 class FindingLimits # Max findings configuration per infoType, per content item or long # running DlpJob. # @!attribute [rw] info_type # @return [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. # @!attribute [rw] max_findings # @return [Integer] # Max findings limit for the given infoType. class InfoTypeLimit; end end |
#max_findings_per_item ⇒ Integer
Returns Max number of findings that will be returned for each item scanned. When set within +InspectDataSourceRequest+, the maximum returned is 1000 regardless if this is set higher. When set within +InspectContentRequest+, this field is ignored.
72 73 74 75 76 77 78 79 80 81 82 83 84 85 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 72 class FindingLimits # Max findings configuration per infoType, per content item or long # running DlpJob. # @!attribute [rw] info_type # @return [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. # @!attribute [rw] max_findings # @return [Integer] # Max findings limit for the given infoType. class InfoTypeLimit; end end |
#max_findings_per_request ⇒ Integer
Returns Max number of findings that will be returned per request/job. When set within +InspectContentRequest+, the maximum returned is 1000 regardless if this is set higher.
72 73 74 75 76 77 78 79 80 81 82 83 84 85 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 72 class FindingLimits # Max findings configuration per infoType, per content item or long # running DlpJob. # @!attribute [rw] info_type # @return [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. # @!attribute [rw] max_findings # @return [Integer] # Max findings limit for the given infoType. class InfoTypeLimit; end end |