Skip to content

Commit

Permalink
feat(bigquerydatatransfer): update the api
Browse files Browse the repository at this point in the history
#### bigquerydatatransfer:v1

The following keys were added:
- schemas.DataSource.properties.supportsMultipleTransfers.deprecated (Total Keys: 1)
- schemas.DataSource.properties.transferType.deprecated (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jul 11, 2023
1 parent 5dbf40f commit d0709e7
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -1342,7 +1342,7 @@
}
}
},
"revision": "20230625",
"revision": "20230701",
"rootUrl": "https://bigquerydatatransfer.googleapis.com/",
"schemas": {
"CheckValidCredsRequest": {
Expand Down Expand Up @@ -1458,10 +1458,12 @@
"type": "boolean"
},
"supportsMultipleTransfers": {
"deprecated": true,
"description": "Deprecated. This field has no effect.",
"type": "boolean"
},
"transferType": {
"deprecated": true,
"description": "Deprecated. This field has no effect.",
"enum": [
"TRANSFER_TYPE_UNSPECIFIED",
Expand Down

0 comments on commit d0709e7

Please sign in to comment.