Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::InspectConfig::FindingLimits::InfoTypeLimit.
Max findings configuration per infoType, per content item or long running DlpJob.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#info_type
def info_type() -> ::Google::Cloud::Dlp::V2::InfoType
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.
#info_type=
def info_type=(value) -> ::Google::Cloud::Dlp::V2::InfoType
Parameter
- value (::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.
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.
#max_findings
def max_findings() -> ::Integer
Returns
- (::Integer) — Max findings limit for the given infoType.
#max_findings=
def max_findings=(value) -> ::Integer
Parameter
- value (::Integer) — Max findings limit for the given infoType.
Returns
- (::Integer) — Max findings limit for the given infoType.