Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::Job.
Job represents an operation for a Rollout
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#advance_child_rollout_job
def advance_child_rollout_job() -> ::Google::Cloud::Deploy::V1::AdvanceChildRolloutJob
Returns
- (::Google::Cloud::Deploy::V1::AdvanceChildRolloutJob) — Output only. An advanceChildRollout Job.
#create_child_rollout_job
def create_child_rollout_job() -> ::Google::Cloud::Deploy::V1::CreateChildRolloutJob
Returns
- (::Google::Cloud::Deploy::V1::CreateChildRolloutJob) — Output only. A createChildRollout Job.
#deploy_job
def deploy_job() -> ::Google::Cloud::Deploy::V1::DeployJob
Returns
- (::Google::Cloud::Deploy::V1::DeployJob) — Output only. A deploy Job.
#id
def id() -> ::String
Returns
- (::String) — Output only. The ID of the Job.
#job_run
def job_run() -> ::String
Returns
-
(::String) — Output only. The name of the
JobRun
responsible for the most recent invocation of this Job.
#postdeploy_job
def postdeploy_job() -> ::Google::Cloud::Deploy::V1::PostdeployJob
Returns
- (::Google::Cloud::Deploy::V1::PostdeployJob) — Output only. A postdeploy Job.
#predeploy_job
def predeploy_job() -> ::Google::Cloud::Deploy::V1::PredeployJob
Returns
- (::Google::Cloud::Deploy::V1::PredeployJob) — Output only. A predeploy Job.
#skip_message
def skip_message() -> ::String
Returns
- (::String) — Output only. Additional information on why the Job was skipped, if available.
#state
def state() -> ::Google::Cloud::Deploy::V1::Job::State
Returns
- (::Google::Cloud::Deploy::V1::Job::State) — Output only. The current state of the Job.
#verify_job
def verify_job() -> ::Google::Cloud::Deploy::V1::VerifyJob
Returns
- (::Google::Cloud::Deploy::V1::VerifyJob) — Output only. A verify Job.