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
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ datastore_key
↳ big_query_key
↳ id_values
array
Values of identifying columns in the given row. Order of values matches the order of identifying_fields
specified in the scanning request.
getDatastoreKey
Generated from protobuf field .google.privacy.dlp.v2.DatastoreKey datastore_key = 2;
hasDatastoreKey
setDatastoreKey
Generated from protobuf field .google.privacy.dlp.v2.DatastoreKey datastore_key = 2;
$this
getBigQueryKey
Generated from protobuf field .google.privacy.dlp.v2.BigQueryKey big_query_key = 3;
hasBigQueryKey
setBigQueryKey
Generated from protobuf field .google.privacy.dlp.v2.BigQueryKey big_query_key = 3;
$this
getIdValues
Values of identifying columns in the given row. Order of values matches
the order of identifying_fields
specified in the scanning request.
setIdValues
Values of identifying columns in the given row. Order of values matches
the order of identifying_fields
specified in the scanning request.
var
string[]
$this
getType
string