GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileSet (google_api_dlp v0.41.0) 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:///
. 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 thatgs://mybucket/
is equivalent togs://mybucket/*
, andgs://mybucket/directory/
is equivalent togs://mybucket/directory/*
. Exactly one ofurl
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() | nil, url: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.