Wajib. Tugas yang akan diperbarui. transferJob diharapkan menentukan satu atau beberapa dari lima kolom: description, transferSpec, notificationConfig, loggingConfig, dan status. UpdateTransferJobRequest yang menentukan kolom lain akan ditolak dengan error INVALID_ARGUMENT. Memperbarui status tugas ke DELETED memerlukan izin storagetransfer.jobs.delete.
Mask kolom untuk kolom di transferJob yang akan diperbarui dalam permintaan ini. Kolom di transferJob yang dapat diperbarui adalah: description, transferSpec, notificationConfig, loggingConfig, dan status. Untuk memperbarui transferSpec tugas, spesifikasi transfer lengkap harus diberikan. Spesifikasi yang tidak lengkap dan tidak memiliki kolom wajib diisi akan ditolak dengan error INVALID_ARGUMENT.
Ini adalah daftar dipisahkan koma yang berisi nama-nama kolom yang sepenuhnya memenuhi syarat. Contoh: "user.displayName,photo".
Isi respons
Jika berhasil, isi respons akan berisi instance TransferJob.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-03-04 UTC."],[],[],null,["# Method: transferJobs.patch\n\nUpdates a transfer job. Updating a job's transfer spec does not affect transfer operations that are running already.\n\n**Note:** The job's [status](/storage-transfer/docs/reference/rest/v1/transferJobs#TransferJob.FIELDS.status) field can be modified using this RPC (for example, to set a job's status to [DELETED](/storage-transfer/docs/reference/rest/v1/transferJobs#Status.ENUM_VALUES.DELETED), [DISABLED](/storage-transfer/docs/reference/rest/v1/transferJobs#Status.ENUM_VALUES.DISABLED), or [ENABLED](/storage-transfer/docs/reference/rest/v1/transferJobs#Status.ENUM_VALUES.ENABLED)).\n\n### HTTP request\n\n`PATCH https://storagetransfer.googleapis.com/v1/{jobName=transferJobs/**}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body contains data with the following structure:\n\n### Response body\n\nIf successful, the response body contains an instance of [TransferJob](/storage-transfer/docs/reference/rest/v1/transferJobs#TransferJob).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]