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 \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 |
getTableReference
Complete BigQuery table reference.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dlp\V2\BigQueryTable|null |
hasTableReference
clearTableReference
setTableReference
Complete BigQuery table reference.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dlp\V2\BigQueryTable
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |