public static interface InspectDataSourceDetails.ResultOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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.
|
java.util.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.
|
java.util.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.
|
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<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;
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;
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;
java.util.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;
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;