v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13154269.2 KB
transferJobs

Updates a transfer job. Updating a job's transfer spec does not affect transfer operations that are running already. Note: The job's status field can be modified using this RPC (for example, to set a job's status to DELETED, DISABLED, or ENABLED).

patch/v1/{+jobName}

Path parameters

jobNamestring required

Required. The name of job to update.

Request body

projectIdstring

Required. The ID of the Google Cloud project that owns the job.

updateTransferJobFieldMaskstring google-fieldmask

The field mask of the fields in transferJob that are to be updated in this request. Fields in transferJob that can be updated are: description, transfer_spec, notification_config, logging_config, and status. To update the transfer_spec of the job, a complete transfer specification must be provided. An incomplete specification missing any required fields is rejected with the error INVALID_ARGUMENT.

Response

Successful response