Full name: projects.locations.transferConfigs.startManualRuns
Start manual transfer runs to be executed now with scheduleTime equal to current time. The transfer runs can be created for a time range where the runTime is between startTime (inclusive) and endTime (exclusive), or for a specific runTime.
HTTP request
POST https://bigquerydatatransfer.googleapis.com/v1/{parent=projects/*/locations/*/transferConfigs/*}:startManualRuns
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Transfer configuration name in the form: Authorization requires the following IAM permission on the specified resource
|
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field time . The requested time specification - this can be a time range or a specific run_time. time can be only one of the following: |
|
requested |
A time_range start and end timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run. requestedTimeRange must be a past time and cannot include future time values. |
requested |
A runTime timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run. requestedRunTime must be a past time and cannot include future time values. |
Response body
If successful, the response body contains an instance of StartManualTransferRunsResponse
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.