Skip to content

Commit 157e44f

Browse files
fix(cloudasset): update the API
#### cloudasset:v1p7beta1 The following keys were changed: - schemas.GoogleCloudAssetV1p7beta1BigQueryDestination.properties.force.description #### cloudasset:v1 The following keys were changed: - schemas.BigQueryDestination.properties.force.description
1 parent ea47936 commit 157e44f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

‎discovery/cloudasset-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@
10951095
}
10961096
}
10971097
},
1098-
"revision": "20250307",
1098+
"revision": "20250627",
10991099
"rootUrl": "https://cloudasset.googleapis.com/",
11001100
"schemas": {
11011101
"AccessSelector": {
@@ -1485,7 +1485,7 @@
14851485
"type": "string"
14861486
},
14871487
"force": {
1488-
"description": "If the destination table already exists and this flag is `TRUE`, the table will be overwritten by the contents of assets snapshot. If the flag is `FALSE` or unset and the destination table already exists, the export call returns an INVALID_ARGUMEMT error.",
1488+
"description": "If the destination table already exists and this flag is `TRUE`, the table will be overwritten by the contents of assets snapshot. If the flag is `FALSE` or unset and the destination table already exists, the export call returns an INVALID_ARGUMENT error.",
14891489
"type": "boolean"
14901490
},
14911491
"partitionSpec": {

‎discovery/cloudasset-v1p7beta1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
}
168168
}
169169
},
170-
"revision": "20250307",
170+
"revision": "20250627",
171171
"rootUrl": "https://cloudasset.googleapis.com/",
172172
"schemas": {
173173
"AnalyzeIamPolicyLongrunningMetadata": {
@@ -349,7 +349,7 @@
349349
"type": "string"
350350
},
351351
"force": {
352-
"description": "If the destination table already exists and this flag is `TRUE`, the table will be overwritten by the contents of assets snapshot. If the flag is `FALSE` or unset and the destination table already exists, the export call returns an INVALID_ARGUMEMT error.",
352+
"description": "If the destination table already exists and this flag is `TRUE`, the table will be overwritten by the contents of assets snapshot. If the flag is `FALSE` or unset and the destination table already exists, the export call returns an INVALID_ARGUMENT error.",
353353
"type": "boolean"
354354
},
355355
"partitionSpec": {

‎src/apis/cloudasset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"webpack": "webpack"
2929
},
3030
"dependencies": {
31-
"googleapis-common": "^8.0.0"
31+
"googleapis-common": "^8.0.2-rc.0"
3232
},
3333
"devDependencies": {
3434
"@microsoft/api-documenter": "^7.8.10",

‎src/apis/cloudasset/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ export namespace cloudasset_v1 {
426426
*/
427427
dataset?: string | null;
428428
/**
429-
* If the destination table already exists and this flag is `TRUE`, the table will be overwritten by the contents of assets snapshot. If the flag is `FALSE` or unset and the destination table already exists, the export call returns an INVALID_ARGUMEMT error.
429+
* If the destination table already exists and this flag is `TRUE`, the table will be overwritten by the contents of assets snapshot. If the flag is `FALSE` or unset and the destination table already exists, the export call returns an INVALID_ARGUMENT error.
430430
*/
431431
force?: boolean | null;
432432
/**

‎src/apis/cloudasset/v1p7beta1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ export namespace cloudasset_v1p7beta1 {
261261
*/
262262
dataset?: string | null;
263263
/**
264-
* If the destination table already exists and this flag is `TRUE`, the table will be overwritten by the contents of assets snapshot. If the flag is `FALSE` or unset and the destination table already exists, the export call returns an INVALID_ARGUMEMT error.
264+
* If the destination table already exists and this flag is `TRUE`, the table will be overwritten by the contents of assets snapshot. If the flag is `FALSE` or unset and the destination table already exists, the export call returns an INVALID_ARGUMENT error.
265265
*/
266266
force?: boolean | null;
267267
/**

0 commit comments

Comments
 (0)