- 3.56.0 (latest)
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.7
- 3.5.0
- 3.4.0
- 3.3.2
- 3.2.1
- 3.1.4
public interface FileClusterSummaryOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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. |