Class CloudStorageOptions (0.13.0)

Options defining a file or a set of files within a Google Cloud Storage bucket.

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. Only one of bytes_limit_per_file and bytes_limit_per_file_percent can be specified.

List of file type groups to include in the scan. If empty, all files are scanned and available data format processors are applied. In addition, the binary content of the selected files is always scanned as well.

Inheritance

builtins.object > google.protobuf.pyext._message.CMessage > builtins.object > google.protobuf.message.Message > CloudStorageOptions

Classes

FileSet

Set of files to scan.

The regex-filtered set of files to scan. Exactly one of url or regex_file_set must be set.