IgnoreJobRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The request object used by IgnoreJob
.
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 ignore belongs to. |
job_id |
str
Required. The job ID for the Job to ignore. |
override_deploy_policy |
MutableSequence[str]
Optional. Deploy policies to override. Format is projects/{project}/locations/{location}/deployPolicies/{deployPolicy} .
|