Reference documentation and code samples for the Google Cloud BigQuery Data Policies V1 Client class DataMaskingPolicy.
The data masking policy that is used to specify data masking rule.
Generated from protobuf message google.cloud.bigquery.datapolicies.v1.DataMaskingPolicy
Namespace
Google \ Cloud \ BigQuery \ DataPolicies \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ predefined_expression
int
A predefined masking expression.
↳ routine
string
The name of the BigQuery routine that contains the custom masking routine, in the format of projects/{project_number}/datasets/{dataset_id}/routines/{routine_id}
.
getPredefinedExpression
A predefined masking expression.
int
hasPredefinedExpression
setPredefinedExpression
A predefined masking expression.
var
int
$this
getRoutine
The name of the BigQuery routine that contains the custom masking
routine, in the format of projects/{project_number}/datasets/{dataset_id}/routines/{routine_id}
.
string
hasRoutine
setRoutine
The name of the BigQuery routine that contains the custom masking
routine, in the format of projects/{project_number}/datasets/{dataset_id}/routines/{routine_id}
.
var
string
$this
getMaskingExpression
string