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

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

Defined Under Namespace

Classes: InfoTypeLimit

Instance Attribute Summary collapse

Instance Attribute Details

#max_findings_per_info_typeArray<Google::Privacy::Dlp::V2::InspectConfig::FindingLimits::InfoTypeLimit>

Returns Configuration of findings limit given for specified infoTypes.

Returns:



68
69
70
71
72
73
74
75
76
77
78
79
80
81
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 68

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_itemInteger

Returns Max number of findings that will be returned for each item scanned.

Returns:

  • (Integer)

    Max number of findings that will be returned for each item scanned.



68
69
70
71
72
73
74
75
76
77
78
79
80
81
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 68

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_requestInteger

Returns Max total number of findings that will be returned per request/job.

Returns:

  • (Integer)

    Max total number of findings that will be returned per request/job.



68
69
70
71
72
73
74
75
76
77
78
79
80
81
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 68

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