Kami telah memperbarui dokumentasi kami dengan fitur dan pembaruan terbaru yang diperkenalkan oleh
dua pengalaman baru Ads Data Hub.
Pengiklan, agensi iklan, dan penayang, lihat situs
Pemasar.
Vendor dan partner, lihat situs
Partner Pengukuran.
JobHistoryExportResponse
Respons yang ditampilkan untuk ekspor histori pekerjaan yang berhasil. Ini disimpan di kolom respons pada google.longrunning.Operation yang ditampilkan oleh permintaan ekspor histori tugas.
Representasi JSON |
{
"jobCount": string,
"destProject": string,
"destDataset": string,
"destTable": string
} |
Kolom |
jobCount |
string (int64 format)
Jumlah tugas dalam tabel output akhir.
|
destProject |
string
Project BigQuery tujuan untuk ekspor histori tugas.
|
destDataset |
string
Set data BigQuery tujuan untuk ekspor histori tugas.
|
destTable |
string
Tabel BigQuery tujuan untuk ekspor histori tugas.
|
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2022-09-27 UTC.
[null,null,["Terakhir diperbarui pada 2022-09-27 UTC."],[[["Successful job history exports return a JSON response within the `google.longrunning.Operation` object."],["This JSON response includes details about the exported job count and the destination BigQuery table location (project, dataset, and table name)."],["The `jobCount` field indicates the total number of jobs exported and stored in the destination BigQuery table, represented as a string formatted integer."]]],[]]