Method: projects.locations.retrieval.retrieveBigQueryTableSuggestedDescriptions

擷取 BigQuery 資料表結構定義,並提供建議的資料表和欄說明。

HTTP 要求

POST https://geminidataanalytics.googleapis.com/v1alpha/{parent=projects/*/locations/*}/retrieval:retrieveBigQueryTableSuggestedDescriptions

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
parent

string

這是必要旗標,RetrieveBigQueryTableSuggestedDescriptionsRequest 的父項值。模式:projects/{project}/locations/{location}目前請使用「global」做為位置。日後將支援區域位置值。

要求主體

要求主體包含下列結構的資料:

JSON 表示法
{
  "directLookup": [
    {
      object (DirectLookup)
    }
  ]
}
欄位
directLookup[]

object (DirectLookup)

(選用步驟) 直接查詢參數清單。

回應主體

用於擷取 BigQuery 資料表結構定義的回應,其中包含建議的資料表和資料欄說明。欄會依預設的 BigQuery 資料表結構定義順序排序。

如果成功,回應主體會含有以下結構的資料:

JSON 表示法
{
  "tableCandidates": [
    {
      object (TableCandidate)
    }
  ]
}
欄位
tableCandidates[]

object (TableCandidate)

擷取的候選項目清單,以及其隨附的中繼資料。

授權範圍

需要下列 OAuth 範圍:

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

詳情請參閱Authentication Overview