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:
- resources.projects.resources.locations.resources.transferConfigs.methods.scheduleRuns.deprecated
- resources.projects.resources.transferConfigs.methods.scheduleRuns.deprecated

The following keys were changed:
- schemas.Location.description
  • Loading branch information
yoshi-automation authored and sofisl committed May 2, 2023
1 parent f7c8b3f commit 30b2ede
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions discovery/bigquerydatatransfer-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,7 @@
]
},
"scheduleRuns": {
"deprecated": true,
"description": "Creates transfer runs for a time range [start_time, end_time]. For each date - or whatever granularity the data source supports - in the range, one transfer run is created. Note that runs are created per UTC time in the time range. DEPRECATED: use StartManualTransferRuns instead.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/transferConfigs/{transferConfigsId}:scheduleRuns",
"httpMethod": "POST",
Expand Down Expand Up @@ -1084,6 +1085,7 @@
]
},
"scheduleRuns": {
"deprecated": true,
"description": "Creates transfer runs for a time range [start_time, end_time]. For each date - or whatever granularity the data source supports - in the range, one transfer run is created. Note that runs are created per UTC time in the time range. DEPRECATED: use StartManualTransferRuns instead.",
"flatPath": "v1/projects/{projectsId}/transferConfigs/{transferConfigsId}:scheduleRuns",
"httpMethod": "POST",
Expand Down Expand Up @@ -1340,7 +1342,7 @@
}
}
},
"revision": "20230214",
"revision": "20230423",
"rootUrl": "https://bigquerydatatransfer.googleapis.com/",
"schemas": {
"CheckValidCredsRequest": {
Expand Down Expand Up @@ -1707,7 +1709,7 @@
"type": "object"
},
"Location": {
"description": "A resource that represents Google Cloud Platform location.",
"description": "A resource that represents a Google Cloud location.",
"id": "Location",
"properties": {
"displayName": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/bigquerydatatransfer/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ export namespace bigquerydatatransfer_v1 {
transferRuns?: Schema$TransferRun[];
}
/**
* A resource that represents Google Cloud Platform location.
* A resource that represents a Google Cloud location.
*/
export interface Schema$Location {
/**
Expand Down

0 comments on commit 30b2ede

Please sign in to comment.