PurgeErrorConfig

与清除相关错误的清除目标配置。

JSON 表示法
{

  // Union field destination can be only one of the following:
  "gcsPrefix": string
  // End of list of possible types for union field destination.
}
字段
联合字段 destination。必需。错误目的地。destination 只能是下列其中一项:
gcsPrefix

string

用于清除错误的 Cloud Storage 前缀。此参数必须是现有的空 Cloud Storage 目录。清除错误会写入此目录中的分片文件,每行一个,以 JSON 编码的 google.rpc.Status 消息的形式写入。