Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::CloudStorageOptions (v0.12.0)

Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::CloudStorageOptions.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#bytes_limit_per_file

def bytes_limit_per_file() -> ::Integer
Returns
  • (::Integer) — 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. Cannot be set if de-identification is requested.

#bytes_limit_per_file=

def bytes_limit_per_file=(value) -> ::Integer
Parameter
  • value (::Integer) — 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. Cannot be set if de-identification is requested.
Returns
  • (::Integer) — 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. Cannot be set if de-identification is requested.

#bytes_limit_per_file_percent

def bytes_limit_per_file_percent() -> ::Integer
Returns
  • (::Integer) — Max percentage of bytes to scan from a file. The rest are omitted. The number of bytes scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of bytes_limit_per_file and bytes_limit_per_file_percent can be specified. Cannot be set if de-identification is requested.

#bytes_limit_per_file_percent=

def bytes_limit_per_file_percent=(value) -> ::Integer
Parameter
  • value (::Integer) — Max percentage of bytes to scan from a file. The rest are omitted. The number of bytes scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of bytes_limit_per_file and bytes_limit_per_file_percent can be specified. Cannot be set if de-identification is requested.
Returns
  • (::Integer) — Max percentage of bytes to scan from a file. The rest are omitted. The number of bytes scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of bytes_limit_per_file and bytes_limit_per_file_percent can be specified. Cannot be set if de-identification is requested.

#file_set

def file_set() -> ::Google::Cloud::Dlp::V2::CloudStorageOptions::FileSet
Returns

#file_set=

def file_set=(value) -> ::Google::Cloud::Dlp::V2::CloudStorageOptions::FileSet
Parameter
Returns

#file_types

def file_types() -> ::Array<::Google::Cloud::Dlp::V2::FileType>
Returns
  • (::Array<::Google::Cloud::Dlp::V2::FileType>) — 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. Images are scanned only as binary if the specified region does not support image inspection and no file_types were specified. Image inspection is restricted to 'global', 'us', 'asia', and 'europe'.

#file_types=

def file_types=(value) -> ::Array<::Google::Cloud::Dlp::V2::FileType>
Parameter
  • value (::Array<::Google::Cloud::Dlp::V2::FileType>) — 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. Images are scanned only as binary if the specified region does not support image inspection and no file_types were specified. Image inspection is restricted to 'global', 'us', 'asia', and 'europe'.
Returns
  • (::Array<::Google::Cloud::Dlp::V2::FileType>) — 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. Images are scanned only as binary if the specified region does not support image inspection and no file_types were specified. Image inspection is restricted to 'global', 'us', 'asia', and 'europe'.

#files_limit_percent

def files_limit_percent() -> ::Integer
Returns
  • (::Integer) — Limits the number of files to scan to this percentage of the input FileSet. Number of files scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0.

#files_limit_percent=

def files_limit_percent=(value) -> ::Integer
Parameter
  • value (::Integer) — Limits the number of files to scan to this percentage of the input FileSet. Number of files scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0.
Returns
  • (::Integer) — Limits the number of files to scan to this percentage of the input FileSet. Number of files scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0.

#sample_method

def sample_method() -> ::Google::Cloud::Dlp::V2::CloudStorageOptions::SampleMethod

#sample_method=

def sample_method=(value) -> ::Google::Cloud::Dlp::V2::CloudStorageOptions::SampleMethod