TableCandidate

取得された BigQuery テーブル候補。

JSON 表現
{
  "linkedResource": string,
  "iclString": string,
  "fieldSuggestions": [
    {
      object (FieldSuggestion)
    }
  ]
}
フィールド
linkedResource

string

ソースシステム内の候補の完全修飾リソース名(該当する場合)。たとえば、BigQuery テーブルの場合、形式は bigquery.googleapis.com/projects/{projectId}/datasets/{datasetId}/tables/{tableId} です。

iclString

string

コンテキスト内学習文字列。たとえば、DDL 形式で指定できます。

fieldSuggestions[]

object (FieldSuggestion)

この候補の推奨されるフィールドの説明(リクエストされた場合)。

FieldSuggestion

フィールドの推奨される説明。

JSON 表現
{
  "field": string,
  "suggestedDescription": string,
  "nested": [
    {
      object (FieldSuggestion)
    }
  ]
}
フィールド
field

string

フィールド名。

suggestedDescription

string

推奨される説明(説明がリクエストされた場合)。

nested[]

object (FieldSuggestion)

ネストされたフィールドの提案。