Class: Google::Cloud::Deploy::V1::PredeployJob

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

A predeploy Job.

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array<::String> (readonly)

Returns Output only. The custom actions that the predeploy Job executes.

Returns:

  • (::Array<::String>)

    Output only. The custom actions that the predeploy Job executes.



2401
2402
2403
2404
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2401

class PredeployJob
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end