Interface InfoTypeStatsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    InfoTypeStats, InfoTypeStats.Builder

    public interface InfoTypeStatsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getCount()
      Number of findings for this infoType.
      InfoType getInfoType()
      The type of finding this stat is for.
      InfoTypeOrBuilder getInfoTypeOrBuilder()
      The type of finding this stat is for.
      boolean hasInfoType()
      The type of finding this stat is for.
      • 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()
         The type of finding this stat is for.
         
        .google.privacy.dlp.v2.InfoType info_type = 1;
        Returns:
        Whether the infoType field is set.
      • getInfoType

        InfoType getInfoType()
         The type of finding this stat is for.
         
        .google.privacy.dlp.v2.InfoType info_type = 1;
        Returns:
        The infoType.
      • getInfoTypeOrBuilder

        InfoTypeOrBuilder getInfoTypeOrBuilder()
         The type of finding this stat is for.
         
        .google.privacy.dlp.v2.InfoType info_type = 1;
      • getCount

        long getCount()
         Number of findings for this infoType.
         
        int64 count = 2;
        Returns:
        The count.