clientRequestId property

String? clientRequestId
getter/setter pair

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

core.String? clientRequestId;