File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/apis/bigquerydatapolicy Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 405
405
}
406
406
}
407
407
},
408
- "revision" : " 20240806 " ,
408
+ "revision" : " 20250317 " ,
409
409
"rootUrl" : " https://bigquerydatapolicy.googleapis.com/" ,
410
410
"schemas" : {
411
411
"AuditConfig" : {
526
526
"type" : " string"
527
527
},
528
528
"dataPolicyType" : {
529
- "description" : " Type of data policy." ,
529
+ "description" : " Required. Data policy type. Type of data policy." ,
530
530
"enum" : [
531
531
" DATA_POLICY_TYPE_UNSPECIFIED" ,
532
532
" COLUMN_LEVEL_SECURITY_POLICY" ,
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ export namespace bigquerydatapolicy_v1 {
193
193
*/
194
194
dataPolicyId ?: string | null ;
195
195
/**
196
- * Type of data policy.
196
+ * Required. Data policy type. Type of data policy.
197
197
*/
198
198
dataPolicyType ?: string | null ;
199
199
/**
You can’t perform that action at this time.
0 commit comments