GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileSet (google_api_dlp v0.54.0)
View SourceSet 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 ofurlorregex_file_setmust 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 ofurlorregex_file_setmust be set.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileSet{ regexFileSet: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CloudStorageRegexFileSet.t() | nil, url: String.t() | nil }