方法:transferConfigs.startManualRuns

全名:projects.locations.transferConfigs.startManualRuns

现在开始手动执行转移作业运行,其 scheduleTime 等于当前时间。您可以为 runTime 介于 startTime(含)和 endTime(不含)之间的时间范围创建转移作业运行,也可以为特定的 runTime 创建转移作业运行。

HTTP 请求

POST https://bigquerydatatransfer.googleapis.com/v1/{parent=projects/*/locations/*/transferConfigs/*}:startManualRuns

网址采用 gRPC 转码语法。

路径参数

参数
parent

string

转移作业配置名称,格式为 projects/{projectId}/transferConfigs/{configId}projects/{projectId}/locations/{locationId}/transferConfigs/{configId}

必须对指定的资源 parent 具有以下 IAM 权限才能进行授权:

  • bigquery.transfers.update

请求正文

请求正文中包含结构如下的数据:

JSON 表示法

{

  // 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.
}
字段
联合字段 time。请求的时间规范 - 此字段可以是时间范围或特定的 run_time。time 只能是下列其中一项:
requestedTimeRange

object (TimeRange)

应启动转移作业运行的时间范围。

requestedRunTime

string (Timestamp format)

要启动转移作业运行的特定 runTime。requestedRunTime 不能是将来的时间。

响应正文

如果成功,则响应正文包含一个 StartManualTransferRunsResponse 实例。

授权范围

需要以下 OAuth 范围:

  • https://www.googleapis.com/auth/cloud-platform

如需了解详情,请参阅身份验证概览

试试看!