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:



128
129
130
131
132
133
134
135
136
137
138
139
140
141
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 128

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 2000 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 2000 regardless if this is set higher. When set within InspectContentRequest, this field is ignored.



128
129
130
131
132
133
134
135
136
137
138
139
140
141
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 128

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 2000 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 2000 regardless if this is set higher.



128
129
130
131
132
133
134
135
136
137
138
139
140
141
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 128

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