Interface InspectConfig.FindingLimitsOrBuilder

    • Method Detail

      • getMaxFindingsPerItem

        int getMaxFindingsPerItem()
         Max number of findings that will be returned for each item scanned.
         When set within `InspectJobConfig`,
         the maximum returned is 2000 regardless if this is set higher.
         When set within `InspectContentRequest`, this field is ignored.
         
        int32 max_findings_per_item = 1;
        Returns:
        The maxFindingsPerItem.
      • getMaxFindingsPerRequest

        int getMaxFindingsPerRequest()
         Max number of findings that will be returned per request/job.
         When set within `InspectContentRequest`, the maximum returned is 2000
         regardless if this is set higher.
         
        int32 max_findings_per_request = 2;
        Returns:
        The maxFindingsPerRequest.
      • getMaxFindingsPerInfoTypeList

        List<InspectConfig.FindingLimits.InfoTypeLimit> getMaxFindingsPerInfoTypeList()
         Configuration of findings limit given for specified infoTypes.
         
        repeated .google.privacy.dlp.v2.InspectConfig.FindingLimits.InfoTypeLimit max_findings_per_info_type = 3;
      • getMaxFindingsPerInfoType

        InspectConfig.FindingLimits.InfoTypeLimit getMaxFindingsPerInfoType​(int index)
         Configuration of findings limit given for specified infoTypes.
         
        repeated .google.privacy.dlp.v2.InspectConfig.FindingLimits.InfoTypeLimit max_findings_per_info_type = 3;
      • getMaxFindingsPerInfoTypeCount

        int getMaxFindingsPerInfoTypeCount()
         Configuration of findings limit given for specified infoTypes.
         
        repeated .google.privacy.dlp.v2.InspectConfig.FindingLimits.InfoTypeLimit max_findings_per_info_type = 3;
      • getMaxFindingsPerInfoTypeOrBuilderList

        List<? extends InspectConfig.FindingLimits.InfoTypeLimitOrBuilder> getMaxFindingsPerInfoTypeOrBuilderList()
         Configuration of findings limit given for specified infoTypes.
         
        repeated .google.privacy.dlp.v2.InspectConfig.FindingLimits.InfoTypeLimit max_findings_per_info_type = 3;
      • getMaxFindingsPerInfoTypeOrBuilder

        InspectConfig.FindingLimits.InfoTypeLimitOrBuilder getMaxFindingsPerInfoTypeOrBuilder​(int index)
         Configuration of findings limit given for specified infoTypes.
         
        repeated .google.privacy.dlp.v2.InspectConfig.FindingLimits.InfoTypeLimit max_findings_per_info_type = 3;