Class: Google::Cloud::Deploy::V1::JobRun
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::JobRun
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
A JobRun resource in the Cloud Deploy API.
A JobRun contains information of a single Rollout job evaluation.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#advance_child_rollout_job_run ⇒ ::Google::Cloud::Deploy::V1::AdvanceChildRolloutJobRun
readonly
Output only.
-
#create_child_rollout_job_run ⇒ ::Google::Cloud::Deploy::V1::CreateChildRolloutJobRun
readonly
Output only.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#deploy_job_run ⇒ ::Google::Cloud::Deploy::V1::DeployJobRun
readonly
Output only.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#etag ⇒ ::String
readonly
Output only.
-
#job_id ⇒ ::String
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
-
#phase_id ⇒ ::String
readonly
Output only.
-
#postdeploy_job_run ⇒ ::Google::Cloud::Deploy::V1::PostdeployJobRun
readonly
Output only.
-
#predeploy_job_run ⇒ ::Google::Cloud::Deploy::V1::PredeployJobRun
readonly
Output only.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#state ⇒ ::Google::Cloud::Deploy::V1::JobRun::State
readonly
Output only.
-
#uid ⇒ ::String
readonly
Output only.
-
#verify_job_run ⇒ ::Google::Cloud::Deploy::V1::VerifyJobRun
readonly
Output only.
Instance Attribute Details
#advance_child_rollout_job_run ⇒ ::Google::Cloud::Deploy::V1::AdvanceChildRolloutJobRun (readonly)
3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3397 class JobRun include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Valid states of a `JobRun`. module State # The `JobRun` has an unspecified state. STATE_UNSPECIFIED = 0 # The `JobRun` is in progress. IN_PROGRESS = 1 # The `JobRun` has succeeded. SUCCEEDED = 2 # The `JobRun` has failed. FAILED = 3 # The `JobRun` is terminating. TERMINATING = 4 # The `JobRun` was terminated. TERMINATED = 5 end end |
#create_child_rollout_job_run ⇒ ::Google::Cloud::Deploy::V1::CreateChildRolloutJobRun (readonly)
3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3397 class JobRun include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Valid states of a `JobRun`. module State # The `JobRun` has an unspecified state. STATE_UNSPECIFIED = 0 # The `JobRun` is in progress. IN_PROGRESS = 1 # The `JobRun` has succeeded. SUCCEEDED = 2 # The `JobRun` has failed. FAILED = 3 # The `JobRun` is terminating. TERMINATING = 4 # The `JobRun` was terminated. TERMINATED = 5 end end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3397 class JobRun include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Valid states of a `JobRun`. module State # The `JobRun` has an unspecified state. STATE_UNSPECIFIED = 0 # The `JobRun` is in progress. IN_PROGRESS = 1 # The `JobRun` has succeeded. SUCCEEDED = 2 # The `JobRun` has failed. FAILED = 3 # The `JobRun` is terminating. TERMINATING = 4 # The `JobRun` was terminated. TERMINATED = 5 end end |
#deploy_job_run ⇒ ::Google::Cloud::Deploy::V1::DeployJobRun (readonly)
3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3397 class JobRun include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Valid states of a `JobRun`. module State # The `JobRun` has an unspecified state. STATE_UNSPECIFIED = 0 # The `JobRun` is in progress. IN_PROGRESS = 1 # The `JobRun` has succeeded. SUCCEEDED = 2 # The `JobRun` has failed. FAILED = 3 # The `JobRun` is terminating. TERMINATING = 4 # The `JobRun` was terminated. TERMINATED = 5 end end |
#end_time ⇒ ::Google::Protobuf::Timestamp (readonly)
3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3397 class JobRun include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Valid states of a `JobRun`. module State # The `JobRun` has an unspecified state. STATE_UNSPECIFIED = 0 # The `JobRun` is in progress. IN_PROGRESS = 1 # The `JobRun` has succeeded. SUCCEEDED = 2 # The `JobRun` has failed. FAILED = 3 # The `JobRun` is terminating. TERMINATING = 4 # The `JobRun` was terminated. TERMINATED = 5 end end |
#etag ⇒ ::String (readonly)
3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3397 class JobRun include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Valid states of a `JobRun`. module State # The `JobRun` has an unspecified state. STATE_UNSPECIFIED = 0 # The `JobRun` is in progress. IN_PROGRESS = 1 # The `JobRun` has succeeded. SUCCEEDED = 2 # The `JobRun` has failed. FAILED = 3 # The `JobRun` is terminating. TERMINATING = 4 # The `JobRun` was terminated. TERMINATED = 5 end end |
#job_id ⇒ ::String (readonly)
3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3397 class JobRun include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Valid states of a `JobRun`. module State # The `JobRun` has an unspecified state. STATE_UNSPECIFIED = 0 # The `JobRun` is in progress. IN_PROGRESS = 1 # The `JobRun` has succeeded. SUCCEEDED = 2 # The `JobRun` has failed. FAILED = 3 # The `JobRun` is terminating. TERMINATING = 4 # The `JobRun` was terminated. TERMINATED = 5 end end |
#name ⇒ ::String (readonly)
3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3397 class JobRun include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Valid states of a `JobRun`. module State # The `JobRun` has an unspecified state. STATE_UNSPECIFIED = 0 # The `JobRun` is in progress. IN_PROGRESS = 1 # The `JobRun` has succeeded. SUCCEEDED = 2 # The `JobRun` has failed. FAILED = 3 # The `JobRun` is terminating. TERMINATING = 4 # The `JobRun` was terminated. TERMINATED = 5 end end |
#phase_id ⇒ ::String (readonly)
3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3397 class JobRun include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Valid states of a `JobRun`. module State # The `JobRun` has an unspecified state. STATE_UNSPECIFIED = 0 # The `JobRun` is in progress. IN_PROGRESS = 1 # The `JobRun` has succeeded. SUCCEEDED = 2 # The `JobRun` has failed. FAILED = 3 # The `JobRun` is terminating. TERMINATING = 4 # The `JobRun` was terminated. TERMINATED = 5 end end |
#postdeploy_job_run ⇒ ::Google::Cloud::Deploy::V1::PostdeployJobRun (readonly)
3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3397 class JobRun include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Valid states of a `JobRun`. module State # The `JobRun` has an unspecified state. STATE_UNSPECIFIED = 0 # The `JobRun` is in progress. IN_PROGRESS = 1 # The `JobRun` has succeeded. SUCCEEDED = 2 # The `JobRun` has failed. FAILED = 3 # The `JobRun` is terminating. TERMINATING = 4 # The `JobRun` was terminated. TERMINATED = 5 end end |
#predeploy_job_run ⇒ ::Google::Cloud::Deploy::V1::PredeployJobRun (readonly)
3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3397 class JobRun include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Valid states of a `JobRun`. module State # The `JobRun` has an unspecified state. STATE_UNSPECIFIED = 0 # The `JobRun` is in progress. IN_PROGRESS = 1 # The `JobRun` has succeeded. SUCCEEDED = 2 # The `JobRun` has failed. FAILED = 3 # The `JobRun` is terminating. TERMINATING = 4 # The `JobRun` was terminated. TERMINATED = 5 end end |
#start_time ⇒ ::Google::Protobuf::Timestamp (readonly)
3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3397 class JobRun include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Valid states of a `JobRun`. module State # The `JobRun` has an unspecified state. STATE_UNSPECIFIED = 0 # The `JobRun` is in progress. IN_PROGRESS = 1 # The `JobRun` has succeeded. SUCCEEDED = 2 # The `JobRun` has failed. FAILED = 3 # The `JobRun` is terminating. TERMINATING = 4 # The `JobRun` was terminated. TERMINATED = 5 end end |
#state ⇒ ::Google::Cloud::Deploy::V1::JobRun::State (readonly)
3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3397 class JobRun include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Valid states of a `JobRun`. module State # The `JobRun` has an unspecified state. STATE_UNSPECIFIED = 0 # The `JobRun` is in progress. IN_PROGRESS = 1 # The `JobRun` has succeeded. SUCCEEDED = 2 # The `JobRun` has failed. FAILED = 3 # The `JobRun` is terminating. TERMINATING = 4 # The `JobRun` was terminated. TERMINATED = 5 end end |
#uid ⇒ ::String (readonly)
3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3397 class JobRun include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Valid states of a `JobRun`. module State # The `JobRun` has an unspecified state. STATE_UNSPECIFIED = 0 # The `JobRun` is in progress. IN_PROGRESS = 1 # The `JobRun` has succeeded. SUCCEEDED = 2 # The `JobRun` has failed. FAILED = 3 # The `JobRun` is terminating. TERMINATING = 4 # The `JobRun` was terminated. TERMINATED = 5 end end |
#verify_job_run ⇒ ::Google::Cloud::Deploy::V1::VerifyJobRun (readonly)
3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3397 class JobRun include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Valid states of a `JobRun`. module State # The `JobRun` has an unspecified state. STATE_UNSPECIFIED = 0 # The `JobRun` is in progress. IN_PROGRESS = 1 # The `JobRun` has succeeded. SUCCEEDED = 2 # The `JobRun` has failed. FAILED = 3 # The `JobRun` is terminating. TERMINATING = 4 # The `JobRun` was terminated. TERMINATED = 5 end end |