google_api_dlp v0.36.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileSet View Source
Set of files to scan.
Attributes
regexFileSet
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CloudStorageRegexFileSet.t
, default:nil
) - The regex-filtered set of files to scan. Exactly one ofurl
orregex_file_set
must be set.url
(type:String.t
, default:nil
) - The Cloud Storage url of the file(s) to scan, in the formatgs://<bucket>/<path>
. Trailing wildcard in the path is allowed.If the url ends in a trailing slash, the bucket or directory represented by the url will be scanned non-recursively (content in sub-directories will not be scanned). This means that
gs://mybucket/
is equivalent togs://mybucket/*
, andgs://mybucket/directory/
is equivalent togs://mybucket/directory/*
.Exactly one of
url
orregex_file_set
must be set.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileSet{ regexFileSet: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CloudStorageRegexFileSet.t(), url: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.