GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileSet (google_api_dlp v0.54.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 of url or regex_file_set must be set.
  • url (type: String.t, default: nil) - The Cloud Storage url of the file(s) to scan, in the format gs:///. 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileSet{
  regexFileSet:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CloudStorageRegexFileSet.t() | nil,
  url: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.