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:



79
80
81
82
83
84
85
86
87
88
89
90
91
92
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 79

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. When set within +InspectDataSourceRequest+, the maximum returned is 1000 regardless if this is set higher. When set within +InspectContentRequest+, this field is ignored.

Returns:

  • (Integer)

    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.



79
80
81
82
83
84
85
86
87
88
89
90
91
92
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 79

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 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.

Returns:

  • (Integer)

    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.



79
80
81
82
83
84
85
86
87
88
89
90
91
92
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 79

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