Skip to content

Commit 4ffd6cd

Browse files
Google APIscopybara-github
authored andcommitted
feat: support using custom UDF in the data policy
PiperOrigin-RevId: 559480224
1 parent 5b3202b commit 4ffd6cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

google/cloud/bigquery/datapolicies/v1/datapolicy.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,5 +359,10 @@ message DataMaskingPolicy {
359359
oneof masking_expression {
360360
// A predefined masking expression.
361361
PredefinedExpression predefined_expression = 1;
362+
363+
// The name of the BigQuery routine that contains the custom masking
364+
// routine, in the format of
365+
// `projects/{project_number}/datasets/{dataset_id}/routines/{routine_id}`.
366+
string routine = 3;
362367
}
363368
}

0 commit comments

Comments
 (0)