方法:projects.locations.enableDataTransferService

该方法为给定的项目启用数据传输服务。此方法需要额外的“https://www.googleapis.com/auth/cloudplatformprojects”范围来管理云端项目权限。

HTTP 请求

POST https://bigquerydatatransfer.googleapis.com/v1/{name=projects/*/locations/*}:enableDataTransferService

网址采用 gRPC 转码语法。

路径参数

参数
name

string

项目资源的名称,格式为 projects/{projectId}

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

  • resourcemanager.projects.update

请求正文

请求正文必须为空。

响应正文

如果成功,则响应正文将为空。

授权范围

需要以下 OAuth 范围:

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

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

试试看!