ImportErrorConfig

設定匯入相關錯誤的目的地。

JSON 表示法
{

  // The following is a list of mutually exclusive fields. At most one of the
  // fields will be set in a response:
  "gcsPrefix": string
  // End of mutually exclusive fields.
}
欄位
這是必要旗標,錯誤目的地。以下列出互斥的欄位。回應中最多只會設定一個欄位:
gcsPrefix

string

匯入錯誤的 Cloud Storage 前置字串。這個目錄必須是現有的空白 Cloud Storage 目錄。匯入錯誤會以 JSON 編碼的 google.rpc.Status 訊息形式,寫入這個目錄中的分片檔案,每行一則訊息。

互斥欄位的結尾。