Class Container (1.0.0)

Represents a container that may contain DLP findings. Examples of a container include a file, table, or database record. .. attribute:: type

Container type, for example BigQuery or Google Cloud Storage.

A string representation of the full container name. Examples:

  • BigQuery: ‘Project:DataSetId.TableId’ - Google Cloud Storage: ‘gs://Bucket/folders/filename.txt’

    The rest of the path after the root. Examples: - For BigQuery table project_id:dataset_id.table_id, the relative path is table_id - Google Cloud Storage file gs://bucket/folder/filename.txt, the relative path is folder/filename.txt

    Findings container version, if available (“generation” for Google Cloud Storage).

Inheritance

builtins.object > google.protobuf.pyext._message.CMessage > builtins.object > google.protobuf.message.Message > Container