Package com.google.privacy.dlp.v2
Interface InspectDataSourceDetails.ResultOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InspectDataSourceDetails.Result
,InspectDataSourceDetails.Result.Builder
- Enclosing class:
- InspectDataSourceDetails
public static interface InspectDataSourceDetails.ResultOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HybridInspectStatistics
getHybridStats()
Statistics related to the processing of hybrid inspect.HybridInspectStatisticsOrBuilder
getHybridStatsOrBuilder()
Statistics related to the processing of hybrid inspect.InfoTypeStats
getInfoTypeStats(int index)
Statistics of how many instances of each info type were found during inspect job.int
getInfoTypeStatsCount()
Statistics of how many instances of each info type were found during inspect job.List<InfoTypeStats>
getInfoTypeStatsList()
Statistics of how many instances of each info type were found during inspect job.InfoTypeStatsOrBuilder
getInfoTypeStatsOrBuilder(int index)
Statistics of how many instances of each info type were found during inspect job.List<? extends InfoTypeStatsOrBuilder>
getInfoTypeStatsOrBuilderList()
Statistics of how many instances of each info type were found during inspect job.long
getProcessedBytes()
Total size in bytes that were processed.long
getTotalEstimatedBytes()
Estimate of the number of bytes to process.boolean
hasHybridStats()
Statistics related to the processing of hybrid inspect.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-