QueryMetadata

关于查询执行作业的元数据。此信息存储在查询执行请求返回的 google.longrunning.Operation 的元数据字段中。

JSON 表示法
{
  "queryResourceName": string,
  "queryTitle": string,
  "customerId": string,
  "adsDataCustomerId": string,
  "matchDataCustomerId": string,
  "parameterValues": {
    string: {
      object (ParameterValue)
    },
    ...
  },
  "startTime": string,
  "endTime": string,
  "queryText": string,

  // Union field output can be only one of the following:
  "destTable": string,
  "userListId": string
  // End of list of possible types for union field output.
}
字段
queryResourceName

string

已执行的查询资源的名称,例如 customer/123/analytics Query/abcd1234。仅针对所执行的查询执行。

queryTitle

string

已执行的查询标题。

customerId

string (int64 format)

执行查询的广告数据中心客户 ID。

adsDataCustomerId

string (int64 format)

用于广告数据的广告数据中心客户 ID。

matchDataCustomerId

string (int64 format)

用于匹配表数据的广告数据中心客户 ID。

parameterValues

map (key: string, value: object (ParameterValue))

查询中使用的参数值。将每个参数名称映射到其绑定值。

包含一系列 "key": value 对的对象。示例:{ "name": "wrench", "mass": "1.3kg", "count": "3" }

startTime

string (Timestamp format)

查询执行开始时间。

时间戳采用 RFC3339 世界协调时间 (UTC)(即“祖鲁时”)格式,分辨率为纳秒级,最多包含九个小数位。示例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

endTime

string (Timestamp format)

查询执行结束时间。

时间戳采用 RFC3339 世界协调时间 (UTC)(即“祖鲁时”)格式,分辨率为纳秒级,最多包含九个小数位。示例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

queryText

string

执行的查询文本。请注意,此字段只会在 google.longrunning.Operations.GetOperation 调用中设置。在 google.longrunning.Operations.ListOperations 调用或任何其他调用的响应中,系统会省略此参数。

联合字段 output。存储查询结果的位置。output 只能是下列其中一项:
destTable

string

查询结果的目标表。用于分析查询。

userListId

string (int64 format)

使用查询结果填充的用户列表。用于用户名单查询。