replaceJobId property
If this job is an update of an existing job, this field is the job ID of the job it replaced.
When sending a CreateJobRequest
, you can update a job by specifying it
here. The job named here is stopped, and its intermediate state is
transferred to this job.
Implementation
@$pb.TagNumber(12)
$core.String get replaceJobId => $_getSZ(10);
Implementation
@$pb.TagNumber(12)
set replaceJobId($core.String v) { $_setString(10, v); }