public interface CloudStorageOptionsOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBytesLimitPerFile()
Max number of bytes to scan from a file.
|
CloudStorageOptions.FileSet |
getFileSet()
.google.privacy.dlp.v2.CloudStorageOptions.FileSet file_set = 1; |
CloudStorageOptions.FileSetOrBuilder |
getFileSetOrBuilder()
.google.privacy.dlp.v2.CloudStorageOptions.FileSet file_set = 1; |
FileType |
getFileTypes(int index)
List of file type groups to include in the scan.
|
int |
getFileTypesCount()
List of file type groups to include in the scan.
|
java.util.List<FileType> |
getFileTypesList()
List of file type groups to include in the scan.
|
int |
getFileTypesValue(int index)
List of file type groups to include in the scan.
|
java.util.List<java.lang.Integer> |
getFileTypesValueList()
List of file type groups to include in the scan.
|
boolean |
hasFileSet()
.google.privacy.dlp.v2.CloudStorageOptions.FileSet file_set = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasFileSet()
.google.privacy.dlp.v2.CloudStorageOptions.FileSet file_set = 1;
CloudStorageOptions.FileSet getFileSet()
.google.privacy.dlp.v2.CloudStorageOptions.FileSet file_set = 1;
CloudStorageOptions.FileSetOrBuilder getFileSetOrBuilder()
.google.privacy.dlp.v2.CloudStorageOptions.FileSet file_set = 1;
long getBytesLimitPerFile()
Max number of bytes to scan from a file. If a scanned file's size is bigger than this value then the rest of the bytes are omitted.
int64 bytes_limit_per_file = 4;
java.util.List<FileType> getFileTypesList()
List of file type groups to include in the scan. If empty, all files are scanned and available data format processors are applied.
repeated .google.privacy.dlp.v2.FileType file_types = 5;
int getFileTypesCount()
List of file type groups to include in the scan. If empty, all files are scanned and available data format processors are applied.
repeated .google.privacy.dlp.v2.FileType file_types = 5;
FileType getFileTypes(int index)
List of file type groups to include in the scan. If empty, all files are scanned and available data format processors are applied.
repeated .google.privacy.dlp.v2.FileType file_types = 5;
java.util.List<java.lang.Integer> getFileTypesValueList()
List of file type groups to include in the scan. If empty, all files are scanned and available data format processors are applied.
repeated .google.privacy.dlp.v2.FileType file_types = 5;
int getFileTypesValue(int index)
List of file type groups to include in the scan. If empty, all files are scanned and available data format processors are applied.
repeated .google.privacy.dlp.v2.FileType file_types = 5;