JobHistoryExportMetadata

  • Metadata about a job history export job is stored in the metadata field of the google.longrunning.Operation returned by a query execution request.

  • The metadata includes fields such as customerId, destination BigQuery project and dataset IDs, export start and end times, and the time range for jobs included in the export.

  • Timestamps in the metadata are in RFC3339 UTC "Zulu" format with nanosecond resolution.

Metadata about a job history export job. This is stored in the metadata field of the google.longrunning.Operation returned by a query execution request.

JSON representation
{
  "customerId": string,
  "destProject": string,
  "destDataset": string,
  "exportStartTime": string,
  "exportEndTime": string,
  "timeRangeStartTime": string,
  "timeRangeEndTime": string
}
Fields
customerId

string (int64 format)

The Ads Data Hub customer ID that ran the query.

destProject

string

Destination BigQuery project ID.

destDataset

string

Destination BigQuery dataset ID.

exportStartTime

string (Timestamp format)

Time this job history export began.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

exportEndTime

string (Timestamp format)

Time this job history export ended.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

timeRangeStartTime

string (Timestamp format)

Starting time range for jobs included in this export, inclusive.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

timeRangeEndTime

string (Timestamp format)

Ending time range for jobs included in this export, exclusive.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".