google_api_storage_transfer v0.14.0 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.transferJob
is expected to specify only three fields:description
,transferSpec
, andstatus
. An UpdateTransferJobRequest that specifies other fields will be rejected with an errorINVALID_ARGUMENT
.updateTransferJobFieldMask
(type:String.t
, default:nil
) - The field mask of the fields intransferJob
that are to be updated in this request. Fields intransferJob
that can be updated are:description
,transferSpec
, andstatus
. To update thetransferSpec
of the job, a complete transfer specification has to be provided. An incomplete specification which misses any required fields will be rejected with the errorINVALID_ARGUMENT
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.StorageTransfer.V1.Model.UpdateTransferJobRequest{ projectId: String.t(), transferJob: GoogleApi.StorageTransfer.V1.Model.TransferJob.t(), updateTransferJobFieldMask: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.