google_api_storage_transfer v0.1.0 GoogleApi.StorageTransfer.V1.Model.UpdateTransferJobRequest View Source
Request passed to UpdateTransferJob.
Attributes
- projectId (String.t): The ID of the Google Cloud Platform Console project that owns the job. Required. Defaults to:
null
. - transferJob (TransferJob): The job to update. `transferJob` is expected to specify only three fields: `description`, `transferSpec`, and `status`. An UpdateTransferJobRequest that specifies other fields will be rejected with an error `INVALID_ARGUMENT`. Required. Defaults to:
null
. - updateTransferJobFieldMask (String.t): 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`, `transferSpec`, and `status`. To update the `transferSpec` of the job, a complete transfer specification has to be provided. An incomplete specification which misses any required fields will be rejected with the error `INVALID_ARGUMENT`. Defaults to:
null
.
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 Source
t() :: %GoogleApi.StorageTransfer.V1.Model.UpdateTransferJobRequest{ projectId: any(), transferJob: GoogleApi.StorageTransfer.V1.Model.TransferJob.t(), updateTransferJobFieldMask: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.