為上傳項目內容建立上傳工作階段。如果項目小於 100 KB,您可以更輕鬆地在 index
要求中嵌入內容 inline
。
這個 API 需要管理員或服務帳戶才能執行。使用的服務帳戶會列入對應資料來源的許可清單中。
HTTP 要求
POST https://cloudsearch.googleapis.com/v1/indexing/{name=datasources/*/items/*}:upload
這個網址使用 gRPC 轉碼語法。
路徑參數
參數 | |
---|---|
name |
要啟動支援續傳上傳作業的項目名稱。格式:datasources/{sourceId}/items/{itemId}。長度上限為 1536 個位元組。 |
要求主體
要求主體的資料會採用以下結構:
JSON 表示法 |
---|
{
"connectorName": string,
"debugOptions": {
object ( |
欄位 | |
---|---|
connectorName |
發出此呼叫的連接器名稱。 格式:datasources/{sourceId}/connectors/{ID} |
debugOptions |
常見的偵錯選項。 |
回應主體
如果成功,回應主體會包含 UploadItemRef
的執行例項。
授權範圍
需要下列其中一種 OAuth 範圍:
https://www.googleapis.com/auth/cloud_search.indexing
https://www.googleapis.com/auth/cloud_search
詳情請參閱授權指南。