public static interface InspectDataSourceDetails.ResultOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
InfoTypeStatistics |
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.
|
java.util.List<InfoTypeStatistics> |
getInfoTypeStatsList()
Statistics of how many instances of each info type were found during
inspect job.
|
InfoTypeStatisticsOrBuilder |
getInfoTypeStatsOrBuilder(int index)
Statistics of how many instances of each info type were found during
inspect job.
|
java.util.List<? extends InfoTypeStatisticsOrBuilder> |
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
long getProcessedBytes()
Total size in bytes that were processed.
int64 processed_bytes = 1;
long getTotalEstimatedBytes()
Estimate of the number of bytes to process.
int64 total_estimated_bytes = 2;
java.util.List<InfoTypeStatistics> getInfoTypeStatsList()
Statistics of how many instances of each info type were found during inspect job.
repeated .google.privacy.dlp.v2beta2.InfoTypeStatistics info_type_stats = 3;
InfoTypeStatistics getInfoTypeStats(int index)
Statistics of how many instances of each info type were found during inspect job.
repeated .google.privacy.dlp.v2beta2.InfoTypeStatistics info_type_stats = 3;
int getInfoTypeStatsCount()
Statistics of how many instances of each info type were found during inspect job.
repeated .google.privacy.dlp.v2beta2.InfoTypeStatistics info_type_stats = 3;
java.util.List<? extends InfoTypeStatisticsOrBuilder> getInfoTypeStatsOrBuilderList()
Statistics of how many instances of each info type were found during inspect job.
repeated .google.privacy.dlp.v2beta2.InfoTypeStatistics info_type_stats = 3;
InfoTypeStatisticsOrBuilder getInfoTypeStatsOrBuilder(int index)
Statistics of how many instances of each info type were found during inspect job.
repeated .google.privacy.dlp.v2beta2.InfoTypeStatistics info_type_stats = 3;