Class: Google::Cloud::Deploy::V1::DeploymentJobs

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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