Data Loss Prevention V2 Client - Class BigQueryKey (1.10.2)

Reference documentation and code samples for the Data Loss Prevention V2 Client class BigQueryKey.

Row key for identifying a record in BigQuery table.

Generated from protobuf message google.privacy.dlp.v2.BigQueryKey

Namespace

Google \ Cloud \ Dlp \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ table_reference Google\Cloud\Dlp\V2\BigQueryTable

Complete BigQuery table reference.

↳ row_number int|string

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.

getTableReference

Complete BigQuery table reference.

Returns
TypeDescription
Google\Cloud\Dlp\V2\BigQueryTable|null

hasTableReference

clearTableReference

setTableReference

Complete BigQuery table reference.

Parameter
NameDescription
var Google\Cloud\Dlp\V2\BigQueryTable
Returns
TypeDescription
$this

getRowNumber

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.

Returns
TypeDescription
int|string

setRowNumber

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.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this