Skip to content

Commit c583f1f

Browse files
fix(bigquerydatapolicy): update the API
#### bigquerydatapolicy:v1 The following keys were changed: - schemas.DataPolicy.properties.dataPolicyType.description
1 parent 7be9878 commit c583f1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎discovery/bigquerydatapolicy-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@
405405
}
406406
}
407407
},
408-
"revision": "20240806",
408+
"revision": "20250317",
409409
"rootUrl": "https://bigquerydatapolicy.googleapis.com/",
410410
"schemas": {
411411
"AuditConfig": {
@@ -526,7 +526,7 @@
526526
"type": "string"
527527
},
528528
"dataPolicyType": {
529-
"description": "Type of data policy.",
529+
"description": "Required. Data policy type. Type of data policy.",
530530
"enum": [
531531
"DATA_POLICY_TYPE_UNSPECIFIED",
532532
"COLUMN_LEVEL_SECURITY_POLICY",

‎src/apis/bigquerydatapolicy/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ export namespace bigquerydatapolicy_v1 {
193193
*/
194194
dataPolicyId?: string | null;
195195
/**
196-
* Type of data policy.
196+
* Required. Data policy type. Type of data policy.
197197
*/
198198
dataPolicyType?: string | null;
199199
/**

0 commit comments

Comments
 (0)