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

Findings container location data.

Attributes

  • containerName (String.t): 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>` * Datastore namespace: <namespace> Nested names could be absent if the embedded object has no string identifier (for an example an image contained within a document). Defaults to: null.
  • containerTimestamp (DateTime.t): Findings container modification timestamp, if applicable. For Google Cloud Storage contains last file modification timestamp. For BigQuery table contains last_modified_time property. For Datastore - not populated. Defaults to: null.
  • containerVersion (String.t): Findings container version, if available ("generation" for Google Cloud Storage). Defaults to: null.
  • documentLocation (GooglePrivacyDlpV2DocumentLocation): Location data for document files. Defaults to: null.
  • imageLocation (GooglePrivacyDlpV2ImageLocation): Location within an image's pixels. Defaults to: null.
  • recordLocation (GooglePrivacyDlpV2RecordLocation): Location within a row or record of a database table. 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.GooglePrivacyDlpV2ContentLocation{
  containerName: any(),
  containerTimestamp: DateTime.t(),
  containerVersion: any(),
  documentLocation:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DocumentLocation.t(),
  imageLocation: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ImageLocation.t(),
  recordLocation: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RecordLocation.t()
}

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.