GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DataProfileFindingLocation (google_api_dlp v0.54.0)

View Source

Location of a data profile finding within a resource.

Attributes

  • containerName (type: String.t, default: nil) - Name of the container where the finding is located. The top-level name is the source file name or table name. Names of some common storage containers are formatted as follows: BigQuery tables: {project_id}:{dataset_id}.{table_id} Cloud Storage files: gs://{bucket}/{path}
  • dataProfileFindingRecordLocation (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DataProfileFindingRecordLocation.t, default: nil) - Location of a finding within a resource that produces a table data profile.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DataProfileFindingLocation{
  containerName: String.t() | nil,
  dataProfileFindingRecordLocation:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DataProfileFindingRecordLocation.t()
    | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.