google_api_storage_transfer v0.19.1 GoogleApi.StorageTransfer.V1.Model.UpdateTransferJobRequest View Source
Request passed to UpdateTransferJob.
Attributes
projectId(type:String.t, default:nil) - Required. The ID of the Google Cloud Platform Console project that owns the job.transferJob(type:GoogleApi.StorageTransfer.V1.Model.TransferJob.t, default:nil) - Required. The job to update.transferJobis expected to specify only four fields: description, transfer_spec, notification_config, and status. AnUpdateTransferJobRequestthat specifies other fields will be rejected with the error INVALID_ARGUMENT.updateTransferJobFieldMask(type:String.t, default:nil) - The field mask of the fields intransferJobthat are to be updated in this request. Fields intransferJobthat can be updated are: description, transfer_spec, notification_config, and status. To update thetransfer_specof the job, a complete transfer specification must be provided. An incomplete specification missing any required fields will be rejected with the error INVALID_ARGUMENT.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.StorageTransfer.V1.Model.UpdateTransferJobRequest{
projectId: String.t(),
transferJob: GoogleApi.StorageTransfer.V1.Model.TransferJob.t(),
updateTransferJobFieldMask: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.