We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b3202b commit 4ffd6cdCopy full SHA for 4ffd6cd
google/cloud/bigquery/datapolicies/v1/datapolicy.proto
@@ -359,5 +359,10 @@ message DataMaskingPolicy {
359
oneof masking_expression {
360
// A predefined masking expression.
361
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;
367
}
368
0 commit comments