第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

如何在 GCP 工件注冊(cè)表中提取 docker 鏡像列表

如何在 GCP 工件注冊(cè)表中提取 docker 鏡像列表

Go
哆啦的時(shí)光機(jī) 2022-10-24 16:26:48
我想在 golang 中列出 GCP 工件注冊(cè)表中的所有存儲(chǔ)庫(kù)。當(dāng)前代碼:(https://pkg.go.dev/cloud.google.com/go/artifactregistry/apiv1beta2)    c, err := artifactregistry.NewClient(ctx, option.WithCredentialsFile("<service account json>"))    if err != nil {        // no error here    }    defer c.Close()    req := &artifactregistrypb.ListRepositoriesRequest{        Parent: "<project-id>",    }    it := c.ListRepositories(ctx, req)    for {        resp, err := it.Next()        if err == nil {            fmt.Println("resp", resp)        } else {            fmt.Println("err ==>", err)        }    }錯(cuò)誤打印:Invalid field value in the request.或者有時(shí)我得到Request contains an invalid argument我在這里做錯(cuò)了什么?“父母”是什么意思?(在 ListRepositoriesRequest 中)在進(jìn)一步挖掘中,我發(fā)現(xiàn)在 Parent 中傳遞的值轉(zhuǎn)到:“x-goog-request-params”,正確的格式應(yīng)該是什么?
查看完整描述

1 回答

?
青春有我

TA貢獻(xiàn)1784條經(jīng)驗(yàn) 獲得超8個(gè)贊

有時(shí)圖書館/ api有據(jù)可查,有時(shí)沒(méi)有......

這里是您可以在 API 資源管理器中測(cè)試的 REST API(右側(cè)欄)。經(jīng)過(guò)一些測(cè)試,父級(jí)必須具有該格式

projects/<PROJECT_ID>/locations/<REGION>

嘗試解決您的問(wèn)題


查看完整回答
反對(duì) 回復(fù) 2022-10-24
  • 1 回答
  • 0 關(guān)注
  • 113 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)