Interface InspectDataSourceDetails.ResultOrBuilder (3.46.0)

public static interface InspectDataSourceDetails.ResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHybridStats()

public abstract HybridInspectStatistics getHybridStats()

Statistics related to the processing of hybrid inspect.

.google.privacy.dlp.v2.HybridInspectStatistics hybrid_stats = 7;

Returns
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;

Returns
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;

Parameter
Name Description
index int
Returns
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;

Returns
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;

Returns
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;

Parameter
Name Description
index int
Returns
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;

Returns
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;

Returns
Type Description
long

The processedBytes.

getTotalEstimatedBytes()

public abstract long getTotalEstimatedBytes()

Estimate of the number of bytes to process.

int64 total_estimated_bytes = 2;

Returns
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;

Returns
Type Description
boolean

Whether the hybridStats field is set.