如何使用“方法:projects.repos.create”来镜像位桶存储库

时间:2019-12-17 05:43:53

标签: bitbucket google-apis-explorer google-cloud-build google-source-repositories

我想在Google Source Repository中镜像bitbuket仓库,因此,我需要在json请求正文下面传递什么。

{
  "mirrorConfig": {
    "url": "",
    "deployKeyId": "",
    "webhookId": ""
  },
  "name": "",
  "pubsubConfigs": {}
}```

1 个答案:

答案 0 :(得分:0)

projects.repos resource reference中所述,mirrorConfig字段当前设置为只读,因此无法为其手动设置任何值。

当前无法通过API镜像存储库,您将必须通过Cloud Console连接到外部源,如Mirroring a Bitbucket repository文档中所述。