public static interface InspectDataSourceDetails.ResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong 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;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;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;boolean hasHybridStats()
Statistics related to the processing of hybrid inspect.
.google.privacy.dlp.v2.HybridInspectStatistics hybrid_stats = 7;HybridInspectStatistics getHybridStats()
Statistics related to the processing of hybrid inspect.
.google.privacy.dlp.v2.HybridInspectStatistics hybrid_stats = 7;HybridInspectStatisticsOrBuilder getHybridStatsOrBuilder()
Statistics related to the processing of hybrid inspect.
.google.privacy.dlp.v2.HybridInspectStatistics hybrid_stats = 7;Copyright © 2022 Google LLC. All rights reserved.