Class Job (2.7.1) Stay organized with collections Save and categorize content based on your preferences.
Job(mapping=None,*,ignore_unknown_fields=False,**kwargs)Job represents an operation for aRollout.
This message hasoneof_ fields (mutually exclusive fields).For each oneof, at most one member field can be set at the same time.Setting any member of the oneof automatically clears all othermembers.
.. _oneof:https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes | |
|---|---|
| Name | Description |
id | strOutput only. The ID of the Job. |
state | google.cloud.deploy_v1.types.Job.StateOutput only. The current state of the Job. |
skip_message | strOutput only. Additional information on why the Job was skipped, if available. |
job_run | strOutput only. The name of the JobRun responsible for the most recent invocation of this Job. |
deploy_job | google.cloud.deploy_v1.types.DeployJobOutput only. A deploy Job. This field is a member of oneof_job_type. |
verify_job | google.cloud.deploy_v1.types.VerifyJobOutput only. A verify Job. This field is a member of oneof_job_type. |
predeploy_job | google.cloud.deploy_v1.types.PredeployJobOutput only. A predeploy Job. This field is a member of oneof_job_type. |
postdeploy_job | google.cloud.deploy_v1.types.PostdeployJobOutput only. A postdeploy Job. This field is a member of oneof_job_type. |
create_child_rollout_job | google.cloud.deploy_v1.types.CreateChildRolloutJobOutput only. A createChildRollout Job. This field is a member of oneof_job_type. |
advance_child_rollout_job | google.cloud.deploy_v1.types.AdvanceChildRolloutJobOutput only. An advanceChildRollout Job. This field is a member of oneof_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.