updateTransferJobFieldMask property
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.
Implementation
core.String? updateTransferJobFieldMask;