clientRequestId property
The client's unique identifier of the job, re-used across retried attempts. If this field is set, the service will ensure its uniqueness. The request to create a job will fail if the service has knowledge of a previously submitted job with the same client's ID and job name. The caller may use this field to ensure idempotence of job creation across retried attempts to create a job. By default, the field is empty and, in that case, the service ignores it.
Implementation
@$pb.TagNumber(14)
$core.String get clientRequestId => $_getSZ(11);
Implementation
@$pb.TagNumber(14)
set clientRequestId($core.String v) { $_setString(11, v); }