View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ContentLocation (google_api_dlp v0.46.0)

Precise location of the finding within a document, record, image, or metadata container.

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} * Datastore namespace: {namespace} Nested names could be absent if the embedded object has no string identifier (for example, an image contained within a document).
  • containerTimestamp (type: DateTime.t, default: nil) - Finding container modification timestamp, if applicable. For Cloud Storage, this field contains the last file modification timestamp. For a BigQuery table, this field contains the last_modified_time property. For Datastore, this field isn't populated.
  • containerVersion (type: String.t, default: nil) - Finding container version, if available ("generation" for Cloud Storage).
  • documentLocation (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DocumentLocation.t, default: nil) - Location data for document files.
  • imageLocation (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ImageLocation.t, default: nil) - Location within an image's pixels.
  • metadataLocation (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2MetadataLocation.t, default: nil) - Location within the metadata for inspected content.
  • recordLocation (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RecordLocation.t, default: nil) - Location within a row or record of a database table.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ContentLocation{
  containerName: String.t() | nil,
  containerTimestamp: DateTime.t() | nil,
  containerVersion: String.t() | nil,
  documentLocation:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DocumentLocation.t() | nil,
  imageLocation:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ImageLocation.t() | nil,
  metadataLocation:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2MetadataLocation.t() | nil,
  recordLocation:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RecordLocation.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.