RetryJobRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
RetryJobRequest is the request object used by RetryJob
.
Attributes |
|
---|---|
Name | Description |
rollout |
str
Required. Name of the Rollout. Format is projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout} .
|
phase_id |
str
Required. The phase ID the Job to retry belongs to. |
job_id |
str
Required. The job ID for the Job to retry. |
override_deploy_policy |
MutableSequence[str]
Optional. Deploy policies to override. Format is projects/{project}/locations/{location}/deployPolicies/{deployPolicy} .
|