Class DataProfileFindingLocation (3.29.0)

DataProfileFindingLocation(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Location of a data profile finding within a resource.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
container_name str
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}
data_profile_finding_record_location google.cloud.dlp_v2.types.DataProfileFindingRecordLocation
Location of a finding within a resource that produces a table data profile. This field is a member of oneof_ location_extra_details.