Class: Google::Cloud::Deploy::V1::DeploymentJobs
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::DeploymentJobs
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Deployment job composition.
Instance Attribute Summary collapse
-
#deploy_job ⇒ ::Google::Cloud::Deploy::V1::Job
readonly
Output only.
-
#postdeploy_job ⇒ ::Google::Cloud::Deploy::V1::Job
readonly
Output only.
-
#predeploy_job ⇒ ::Google::Cloud::Deploy::V1::Job
readonly
Output only.
-
#verify_job ⇒ ::Google::Cloud::Deploy::V1::Job
readonly
Output only.
Instance Attribute Details
#deploy_job ⇒ ::Google::Cloud::Deploy::V1::Job (readonly)
Returns Output only. The deploy Job. This is the deploy job in the phase.
2300 2301 2302 2303 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2300 class DeploymentJobs include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#postdeploy_job ⇒ ::Google::Cloud::Deploy::V1::Job (readonly)
Returns Output only. The postdeploy Job, which is the last job on the phase.
2300 2301 2302 2303 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2300 class DeploymentJobs include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#predeploy_job ⇒ ::Google::Cloud::Deploy::V1::Job (readonly)
Returns Output only. The predeploy Job, which is the first job on the phase.
2300 2301 2302 2303 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2300 class DeploymentJobs include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#verify_job ⇒ ::Google::Cloud::Deploy::V1::Job (readonly)
Returns Output only. The verify Job. Runs after a deploy if the deploy succeeds.
2300 2301 2302 2303 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2300 class DeploymentJobs include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |