PurgeErrorConfig

設定清除相關錯誤的目的地。

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 訊息形式呈現。

互斥欄位的結尾。