Reference documentation and code samples for the Data Loss Prevention V2 Client class RecordKey.
Message for a unique key indicating a record that contains a finding.
Generated from protobuf message google.privacy.dlp.v2.RecordKey
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ datastore_key |
Google\Cloud\Dlp\V2\DatastoreKey
|
↳ big_query_key |
Google\Cloud\Dlp\V2\BigQueryKey
|
↳ id_values |
array
Values of identifying columns in the given row. Order of values matches the order of |
getDatastoreKey
Generated from protobuf field .google.privacy.dlp.v2.DatastoreKey datastore_key = 2;
Returns | |
---|---|
Type | Description |
Google\Cloud\Dlp\V2\DatastoreKey|null |
hasDatastoreKey
setDatastoreKey
Generated from protobuf field .google.privacy.dlp.v2.DatastoreKey datastore_key = 2;
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dlp\V2\DatastoreKey
|
Returns | |
---|---|
Type | Description |
$this |
getBigQueryKey
Generated from protobuf field .google.privacy.dlp.v2.BigQueryKey big_query_key = 3;
Returns | |
---|---|
Type | Description |
Google\Cloud\Dlp\V2\BigQueryKey|null |
hasBigQueryKey
setBigQueryKey
Generated from protobuf field .google.privacy.dlp.v2.BigQueryKey big_query_key = 3;
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dlp\V2\BigQueryKey
|
Returns | |
---|---|
Type | Description |
$this |
getIdValues
Values of identifying columns in the given row. Order of values matches
the order of identifying_fields
specified in the scanning request.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setIdValues
Values of identifying columns in the given row. Order of values matches
the order of identifying_fields
specified in the scanning request.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getType
Returns | |
---|---|
Type | Description |
string |