Interface InspectConfig.FindingLimits.InfoTypeLimitOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      InfoType getInfoType()
      Type of information the findings limit applies to.
      InfoTypeOrBuilder getInfoTypeOrBuilder()
      Type of information the findings limit applies to.
      int getMaxFindings()
      Max findings limit for the given infoType.
      boolean hasInfoType()
      Type of information the findings limit applies to.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasInfoType

        boolean hasInfoType()
         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.
         
        .google.privacy.dlp.v2.InfoType info_type = 1;
        Returns:
        Whether the infoType field is set.
      • getInfoType

        InfoType getInfoType()
         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.
         
        .google.privacy.dlp.v2.InfoType info_type = 1;
        Returns:
        The infoType.
      • getInfoTypeOrBuilder

        InfoTypeOrBuilder getInfoTypeOrBuilder()
         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.
         
        .google.privacy.dlp.v2.InfoType info_type = 1;
      • getMaxFindings

        int getMaxFindings()
         Max findings limit for the given infoType.
         
        int32 max_findings = 2;
        Returns:
        The maxFindings.