Class: Google::Cloud::Dlp::V2::InspectConfig::FindingLimits::InfoTypeLimit

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Max findings configuration per infoType, per content item or long running DlpJob.

Instance Attribute Summary collapse

Instance Attribute Details

#info_type::Google::Cloud::Dlp::V2::InfoType

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

Returns:

  • (::Google::Cloud::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.



250
251
252
253
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 250

class InfoTypeLimit
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#max_findings::Integer

Returns Max findings limit for the given infoType.

Returns:

  • (::Integer)

    Max findings limit for the given infoType.



250
251
252
253
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 250

class InfoTypeLimit
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end