Full name: projects.transferConfigs.startManualRuns
Manually initiates transfer runs. You can schedule these runs in two ways:
For a specific point in time using the 'requestedRunTime' parameter.
For a period between 'startTime' (inclusive) and 'endTime' (exclusive).
If scheduling a single run, it is set to execute immediately (scheduleTime equals the current time). When scheduling multiple runs within a time range, the first run starts now, and subsequent runs are delayed by 15 seconds each.
HTTP request
POST https://bigquerydatatransfer.googleapis.com/v1/{parent=projects/*/transferConfigs/*}:startManualRuns
Authorization requires the following IAM permission on the specified resource parent:
bigquery.transfers.update
Request body
The request body contains data with the following structure:
JSON representation
{// Union field time can be only one of the following:"requestedTimeRange": {object (TimeRange)},"requestedRunTime": string// End of list of possible types for union field time.}
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:
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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["\u003cp\u003eThis API endpoint \u003ccode\u003eprojects.transferConfigs.startManualRuns\u003c/code\u003e initiates manual transfer runs immediately, setting the \u003ccode\u003escheduleTime\u003c/code\u003e to the current time.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eparent\u003c/code\u003e path parameter is required and specifies the transfer configuration, formatted as \u003ccode\u003eprojects/{projectId}/transferConfigs/{configId}\u003c/code\u003e or \u003ccode\u003eprojects/{projectId}/locations/{locationId}/transferConfigs/{configId}\u003c/code\u003e, necessitating the \u003ccode\u003ebigquery.transfers.update\u003c/code\u003e IAM permission.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must include a time specification, which can be either a \u003ccode\u003erequestedTimeRange\u003c/code\u003e object for historical data or a \u003ccode\u003erequestedRunTime\u003c/code\u003e timestamp, both of which must represent past times.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request method is \u003ccode\u003ePOST\u003c/code\u003e, using a URL structure based on gRPC Transcoding, and requires the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e for authorization.\u003c/p\u003e\n"],["\u003cp\u003eA successful request will return a response of the \u003ccode\u003eStartManualTransferRunsResponse\u003c/code\u003e type.\u003c/p\u003e\n"]]],[],null,[]]