Skip to content

Commit ae9c4a4

Browse files
yoshi-automationquirogas
authored andcommitted
fix(bigquerydatatransfer): update the API
#### bigquerydatatransfer:v1 The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description
1 parent 50a4ed4 commit ae9c4a4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

discovery/bigquerydatatransfer-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@
418418
],
419419
"parameters": {
420420
"extraLocationTypes": {
421-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
421+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
422422
"location": "query",
423423
"repeated": true,
424424
"type": "string"
@@ -1488,7 +1488,7 @@
14881488
}
14891489
}
14901490
},
1491-
"revision": "20251020",
1491+
"revision": "20251105",
14921492
"rootUrl": "https://bigquerydatatransfer.googleapis.com/",
14931493
"schemas": {
14941494
"CheckValidCredsRequest": {

src/apis/bigquerydatatransfer/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1749,7 +1749,7 @@ export namespace bigquerydatatransfer_v1 {
17491749
*
17501750
* // Do the magic
17511751
* const res = await bigquerydatatransfer.projects.locations.list({
1752-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
1752+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
17531753
* extraLocationTypes: 'placeholder-value',
17541754
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
17551755
* filter: 'placeholder-value',
@@ -2039,7 +2039,7 @@ export namespace bigquerydatatransfer_v1 {
20392039
export interface Params$Resource$Projects$Locations$List
20402040
extends StandardParameters {
20412041
/**
2042-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
2042+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
20432043
*/
20442044
extraLocationTypes?: string[];
20452045
/**

0 commit comments

Comments
 (0)