generated/google/apis/storagetransfer_v1/service.rb in google-api-client-0.36.0 vs generated/google/apis/storagetransfer_v1/service.rb in google-api-client-0.36.1
- old
+ new
@@ -192,11 +192,13 @@
command.query['quotaUser'] = quota_user unless quota_user.nil?
execute_or_queue_command(command, &block)
end
# Updates a transfer job. Updating a job's transfer spec does not affect
- # transfer operations that are running already. Updating the scheduling
- # of a job is not allowed.
+ # transfer operations that are running already. Updating a job's schedule
+ # is not allowed.
+ # 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`).
# @param [String] job_name
# Required. The name of job to update.
# @param [Google::Apis::StoragetransferV1::UpdateTransferJobRequest] update_transfer_job_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.