Class BigQueryKey (3.9.0)

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

Row key for identifying a record in BigQuery table.

Attributes

NameDescription
table_reference google.cloud.dlp_v2.types.BigQueryTable
Complete BigQuery table reference.
row_number int
Row number inferred at the time the table was scanned. This value is nondeterministic, cannot be queried, and may be null for inspection jobs. To locate findings within a table, specify ``inspect_job.storage_config.big_query_options.identifying_fields`` in ``CreateDlpJobRequest``.

Inheritance

builtins.object > proto.message.Message > BigQueryKey