Interface InspectDataSourceDetails.ResultOrBuilder

    • Method Detail

      • getProcessedBytes

        long getProcessedBytes()
         Total size in bytes that were processed.
         
        int64 processed_bytes = 1;
        Returns:
        The processedBytes.
      • getTotalEstimatedBytes

        long getTotalEstimatedBytes()
         Estimate of the number of bytes to process.
         
        int64 total_estimated_bytes = 2;
        Returns:
        The totalEstimatedBytes.
      • getInfoTypeStatsList

        List<InfoTypeStats> getInfoTypeStatsList()
         Statistics of how many instances of each info type were found during
         inspect job.
         
        repeated .google.privacy.dlp.v2.InfoTypeStats info_type_stats = 3;
      • getInfoTypeStats

        InfoTypeStats getInfoTypeStats​(int index)
         Statistics of how many instances of each info type were found during
         inspect job.
         
        repeated .google.privacy.dlp.v2.InfoTypeStats info_type_stats = 3;
      • getInfoTypeStatsCount

        int getInfoTypeStatsCount()
         Statistics of how many instances of each info type were found during
         inspect job.
         
        repeated .google.privacy.dlp.v2.InfoTypeStats info_type_stats = 3;
      • getInfoTypeStatsOrBuilderList

        List<? extends InfoTypeStatsOrBuilder> getInfoTypeStatsOrBuilderList()
         Statistics of how many instances of each info type were found during
         inspect job.
         
        repeated .google.privacy.dlp.v2.InfoTypeStats info_type_stats = 3;
      • getInfoTypeStatsOrBuilder

        InfoTypeStatsOrBuilder getInfoTypeStatsOrBuilder​(int index)
         Statistics of how many instances of each info type were found during
         inspect job.
         
        repeated .google.privacy.dlp.v2.InfoTypeStats info_type_stats = 3;
      • hasHybridStats

        boolean hasHybridStats()
         Statistics related to the processing of hybrid inspect.
         
        .google.privacy.dlp.v2.HybridInspectStatistics hybrid_stats = 7;
        Returns:
        Whether the hybridStats field is set.
      • getHybridStats

        HybridInspectStatistics getHybridStats()
         Statistics related to the processing of hybrid inspect.
         
        .google.privacy.dlp.v2.HybridInspectStatistics hybrid_stats = 7;
        Returns:
        The hybridStats.
      • getHybridStatsOrBuilder

        HybridInspectStatisticsOrBuilder getHybridStatsOrBuilder()
         Statistics related to the processing of hybrid inspect.
         
        .google.privacy.dlp.v2.HybridInspectStatistics hybrid_stats = 7;