Class Job (2.7.1)

Job(mapping=None,*,ignore_unknown_fields=False,**kwargs)

Attributes

NameDescription
idstr
Output only. The ID of the Job.
stategoogle.cloud.deploy_v1.types.Job.State
Output only. The current state of the Job.
skip_messagestr
Output only. Additional information on why the Job was skipped, if available.
job_runstr
Output only. The name of theJobRun responsible for the most recent invocation of this Job.
deploy_jobgoogle.cloud.deploy_v1.types.DeployJob
Output only. A deploy Job. This field is a member ofoneof_job_type.
verify_jobgoogle.cloud.deploy_v1.types.VerifyJob
Output only. A verify Job. This field is a member ofoneof_job_type.
predeploy_jobgoogle.cloud.deploy_v1.types.PredeployJob
Output only. A predeploy Job. This field is a member ofoneof_job_type.
postdeploy_jobgoogle.cloud.deploy_v1.types.PostdeployJob
Output only. A postdeploy Job. This field is a member ofoneof_job_type.
create_child_rollout_jobgoogle.cloud.deploy_v1.types.CreateChildRolloutJob
Output only. A createChildRollout Job. This field is a member ofoneof_job_type.
advance_child_rollout_jobgoogle.cloud.deploy_v1.types.AdvanceChildRolloutJob
Output only. An advanceChildRollout Job. This field is a member ofoneof_job_type.

Classes

State

State(value)

Valid states of a Job.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-10-30 UTC.