public static interface InspectDataSourceDetails.ResultOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getHybridStats()
public abstract HybridInspectStatistics getHybridStats()Statistics related to the processing of hybrid inspect.
.google.privacy.dlp.v2.HybridInspectStatistics hybrid_stats = 7;
| Type | Description |
| HybridInspectStatistics | The hybridStats. |
getHybridStatsOrBuilder()
public abstract HybridInspectStatisticsOrBuilder getHybridStatsOrBuilder()Statistics related to the processing of hybrid inspect.
.google.privacy.dlp.v2.HybridInspectStatistics hybrid_stats = 7;
| Type | Description |
| HybridInspectStatisticsOrBuilder |
getInfoTypeStats(int index)
public abstract 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;
| Name | Description |
| index | int |
| Type | Description |
| InfoTypeStats |
getInfoTypeStatsCount()
public abstract 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;
| Type | Description |
| int |
getInfoTypeStatsList()
public abstract 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;
| Type | Description |
| List<InfoTypeStats> |
getInfoTypeStatsOrBuilder(int index)
public abstract 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;
| Name | Description |
| index | int |
| Type | Description |
| InfoTypeStatsOrBuilder |
getInfoTypeStatsOrBuilderList()
public abstract 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;
| Type | Description |
| List<? extends com.google.privacy.dlp.v2.InfoTypeStatsOrBuilder> |
getProcessedBytes()
public abstract long getProcessedBytes()Total size in bytes that were processed.
int64 processed_bytes = 1;
| Type | Description |
| long | The processedBytes. |
getTotalEstimatedBytes()
public abstract long getTotalEstimatedBytes()Estimate of the number of bytes to process.
int64 total_estimated_bytes = 2;
| Type | Description |
| long | The totalEstimatedBytes. |
hasHybridStats()
public abstract boolean hasHybridStats()Statistics related to the processing of hybrid inspect.
.google.privacy.dlp.v2.HybridInspectStatistics hybrid_stats = 7;
| Type | Description |
| boolean | Whether the hybridStats field is set. |