google_api_dlp v0.9.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileSet View Source

Set of files to scan.

Attributes

  • regexFileSet (GooglePrivacyDlpV2CloudStorageRegexFileSet): The regex-filtered set of files to scan. Exactly one of `url` or `regex_file_set` must be set. Defaults to: null.
  • url (String.t): The Cloud Storage url of the file(s) to scan, in the format `gs://<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 to `gs://mybucket/`, and `gs://mybucket/directory/` is equivalent to `gs://mybucket/directory/`. Exactly one of `url` or `regex_file_set` must be set. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileSet{
  regexFileSet:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CloudStorageRegexFileSet.t(),
  url: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.