Interface FileClusterSummaryOrBuilder (3.53.0)

public interface FileClusterSummaryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataRiskLevel()

public abstract DataRiskLevel getDataRiskLevel()

The data risk level of this cluster. RISK_LOW if nothing has been scanned.

.google.privacy.dlp.v2.DataRiskLevel data_risk_level = 4;

Returns
Type Description
DataRiskLevel

The dataRiskLevel.

getDataRiskLevelOrBuilder()

public abstract DataRiskLevelOrBuilder getDataRiskLevelOrBuilder()

The data risk level of this cluster. RISK_LOW if nothing has been scanned.

.google.privacy.dlp.v2.DataRiskLevel data_risk_level = 4;

Returns
Type Description
DataRiskLevelOrBuilder

getErrors(int index)

public abstract Error getErrors(int index)

A list of errors detected while scanning this cluster. The list is truncated to 10 per cluster.

repeated .google.privacy.dlp.v2.Error errors = 6;

Parameter
Name Description
index int
Returns
Type Description
Error

getErrorsCount()

public abstract int getErrorsCount()

A list of errors detected while scanning this cluster. The list is truncated to 10 per cluster.

repeated .google.privacy.dlp.v2.Error errors = 6;

Returns
Type Description
int

getErrorsList()

public abstract List<Error> getErrorsList()

A list of errors detected while scanning this cluster. The list is truncated to 10 per cluster.

repeated .google.privacy.dlp.v2.Error errors = 6;

Returns
Type Description
List<Error>

getErrorsOrBuilder(int index)

public abstract ErrorOrBuilder getErrorsOrBuilder(int index)

A list of errors detected while scanning this cluster. The list is truncated to 10 per cluster.

repeated .google.privacy.dlp.v2.Error errors = 6;

Parameter
Name Description
index int
Returns
Type Description
ErrorOrBuilder

getErrorsOrBuilderList()

public abstract List<? extends ErrorOrBuilder> getErrorsOrBuilderList()

A list of errors detected while scanning this cluster. The list is truncated to 10 per cluster.

repeated .google.privacy.dlp.v2.Error errors = 6;

Returns
Type Description
List<? extends com.google.privacy.dlp.v2.ErrorOrBuilder>

getFileClusterType()

public abstract FileClusterType getFileClusterType()

The file cluster type.

.google.privacy.dlp.v2.FileClusterType file_cluster_type = 1;

Returns
Type Description
FileClusterType

The fileClusterType.

getFileClusterTypeOrBuilder()

public abstract FileClusterTypeOrBuilder getFileClusterTypeOrBuilder()

The file cluster type.

.google.privacy.dlp.v2.FileClusterType file_cluster_type = 1;

Returns
Type Description
FileClusterTypeOrBuilder

getFileExtensionsScanned(int index)

public abstract FileExtensionInfo getFileExtensionsScanned(int index)

A sample of file types scanned in this cluster. Empty if no files were scanned. File extensions can be derived from the file name or the file content.

repeated .google.privacy.dlp.v2.FileExtensionInfo file_extensions_scanned = 7;

Parameter
Name Description
index int
Returns
Type Description
FileExtensionInfo

getFileExtensionsScannedCount()

public abstract int getFileExtensionsScannedCount()

A sample of file types scanned in this cluster. Empty if no files were scanned. File extensions can be derived from the file name or the file content.

repeated .google.privacy.dlp.v2.FileExtensionInfo file_extensions_scanned = 7;

Returns
Type Description
int

getFileExtensionsScannedList()

public abstract List<FileExtensionInfo> getFileExtensionsScannedList()

A sample of file types scanned in this cluster. Empty if no files were scanned. File extensions can be derived from the file name or the file content.

repeated .google.privacy.dlp.v2.FileExtensionInfo file_extensions_scanned = 7;

Returns
Type Description
List<FileExtensionInfo>

getFileExtensionsScannedOrBuilder(int index)

public abstract FileExtensionInfoOrBuilder getFileExtensionsScannedOrBuilder(int index)

A sample of file types scanned in this cluster. Empty if no files were scanned. File extensions can be derived from the file name or the file content.

repeated .google.privacy.dlp.v2.FileExtensionInfo file_extensions_scanned = 7;

Parameter
Name Description
index int
Returns
Type Description
FileExtensionInfoOrBuilder

getFileExtensionsScannedOrBuilderList()

public abstract List<? extends FileExtensionInfoOrBuilder> getFileExtensionsScannedOrBuilderList()

A sample of file types scanned in this cluster. Empty if no files were scanned. File extensions can be derived from the file name or the file content.

repeated .google.privacy.dlp.v2.FileExtensionInfo file_extensions_scanned = 7;

Returns
Type Description
List<? extends com.google.privacy.dlp.v2.FileExtensionInfoOrBuilder>

getFileExtensionsSeen(int index)

public abstract FileExtensionInfo getFileExtensionsSeen(int index)

A sample of file types seen in this cluster. Empty if no files were seen. File extensions can be derived from the file name or the file content.

repeated .google.privacy.dlp.v2.FileExtensionInfo file_extensions_seen = 8;

Parameter
Name Description
index int
Returns
Type Description
FileExtensionInfo

getFileExtensionsSeenCount()

public abstract int getFileExtensionsSeenCount()

A sample of file types seen in this cluster. Empty if no files were seen. File extensions can be derived from the file name or the file content.

repeated .google.privacy.dlp.v2.FileExtensionInfo file_extensions_seen = 8;

Returns
Type Description
int

getFileExtensionsSeenList()

public abstract List<FileExtensionInfo> getFileExtensionsSeenList()

A sample of file types seen in this cluster. Empty if no files were seen. File extensions can be derived from the file name or the file content.

repeated .google.privacy.dlp.v2.FileExtensionInfo file_extensions_seen = 8;

Returns
Type Description
List<FileExtensionInfo>

getFileExtensionsSeenOrBuilder(int index)

public abstract FileExtensionInfoOrBuilder getFileExtensionsSeenOrBuilder(int index)

A sample of file types seen in this cluster. Empty if no files were seen. File extensions can be derived from the file name or the file content.

repeated .google.privacy.dlp.v2.FileExtensionInfo file_extensions_seen = 8;

Parameter
Name Description
index int
Returns
Type Description
FileExtensionInfoOrBuilder

getFileExtensionsSeenOrBuilderList()

public abstract List<? extends FileExtensionInfoOrBuilder> getFileExtensionsSeenOrBuilderList()

A sample of file types seen in this cluster. Empty if no files were seen. File extensions can be derived from the file name or the file content.

repeated .google.privacy.dlp.v2.FileExtensionInfo file_extensions_seen = 8;

Returns
Type Description
List<? extends com.google.privacy.dlp.v2.FileExtensionInfoOrBuilder>

getFileStoreInfoTypeSummaries(int index)

public abstract FileStoreInfoTypeSummary getFileStoreInfoTypeSummaries(int index)

InfoTypes detected in this cluster.

repeated .google.privacy.dlp.v2.FileStoreInfoTypeSummary file_store_info_type_summaries = 2;

Parameter
Name Description
index int
Returns
Type Description
FileStoreInfoTypeSummary

getFileStoreInfoTypeSummariesCount()

public abstract int getFileStoreInfoTypeSummariesCount()

InfoTypes detected in this cluster.

repeated .google.privacy.dlp.v2.FileStoreInfoTypeSummary file_store_info_type_summaries = 2;

Returns
Type Description
int

getFileStoreInfoTypeSummariesList()

public abstract List<FileStoreInfoTypeSummary> getFileStoreInfoTypeSummariesList()

InfoTypes detected in this cluster.

repeated .google.privacy.dlp.v2.FileStoreInfoTypeSummary file_store_info_type_summaries = 2;

Returns
Type Description
List<FileStoreInfoTypeSummary>

getFileStoreInfoTypeSummariesOrBuilder(int index)

public abstract FileStoreInfoTypeSummaryOrBuilder getFileStoreInfoTypeSummariesOrBuilder(int index)

InfoTypes detected in this cluster.

repeated .google.privacy.dlp.v2.FileStoreInfoTypeSummary file_store_info_type_summaries = 2;

Parameter
Name Description
index int
Returns
Type Description
FileStoreInfoTypeSummaryOrBuilder

getFileStoreInfoTypeSummariesOrBuilderList()

public abstract List<? extends FileStoreInfoTypeSummaryOrBuilder> getFileStoreInfoTypeSummariesOrBuilderList()

InfoTypes detected in this cluster.

repeated .google.privacy.dlp.v2.FileStoreInfoTypeSummary file_store_info_type_summaries = 2;

Returns
Type Description
List<? extends com.google.privacy.dlp.v2.FileStoreInfoTypeSummaryOrBuilder>

getNoFilesExist()

public abstract boolean getNoFilesExist()

True if no files exist in this cluster. If the bucket had more files than could be listed, this will be false even if no files for this cluster were seen and file_extensions_seen is empty.

bool no_files_exist = 9;

Returns
Type Description
boolean

The noFilesExist.

getSensitivityScore()

public abstract SensitivityScore getSensitivityScore()

The sensitivity score of this cluster. The score will be SENSITIVITY_LOW if nothing has been scanned.

.google.privacy.dlp.v2.SensitivityScore sensitivity_score = 3;

Returns
Type Description
SensitivityScore

The sensitivityScore.

getSensitivityScoreOrBuilder()

public abstract SensitivityScoreOrBuilder getSensitivityScoreOrBuilder()

The sensitivity score of this cluster. The score will be SENSITIVITY_LOW if nothing has been scanned.

.google.privacy.dlp.v2.SensitivityScore sensitivity_score = 3;

Returns
Type Description
SensitivityScoreOrBuilder

hasDataRiskLevel()

public abstract boolean hasDataRiskLevel()

The data risk level of this cluster. RISK_LOW if nothing has been scanned.

.google.privacy.dlp.v2.DataRiskLevel data_risk_level = 4;

Returns
Type Description
boolean

Whether the dataRiskLevel field is set.

hasFileClusterType()

public abstract boolean hasFileClusterType()

The file cluster type.

.google.privacy.dlp.v2.FileClusterType file_cluster_type = 1;

Returns
Type Description
boolean

Whether the fileClusterType field is set.

hasSensitivityScore()

public abstract boolean hasSensitivityScore()

The sensitivity score of this cluster. The score will be SENSITIVITY_LOW if nothing has been scanned.

.google.privacy.dlp.v2.SensitivityScore sensitivity_score = 3;

Returns
Type Description
boolean

Whether the sensitivityScore field is set.