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
#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
JobRunresponsible for the most recent invocation of this Job.
#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.

