Class: Google::Cloud::Deploy::V1::PostdeployJob

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 postdeploy Job.

Instance Attribute Summary collapse

Instance Attribute Details

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

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

Returns:

  • (::Array<::String>)

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



2410
2411
2412
2413
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2410

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