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.
Parameters | |
---|---|
Name | Description |
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 |
getPredefinedExpression
A predefined masking expression.
Returns | |
---|---|
Type | Description |
int |
hasPredefinedExpression
setPredefinedExpression
A predefined masking expression.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$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}
.
Returns | |
---|---|
Type | Description |
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}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getMaskingExpression
Returns | |
---|---|
Type | Description |
string |