Class: Google::Cloud::Deploy::V1::PostdeployJob
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::PostdeployJob
- 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
-
#actions ⇒ ::Array<::String>
readonly
Output only.
Instance Attribute Details
#actions ⇒ ::Array<::String> (readonly)
Returns Output only. The custom actions that the postdeploy Job executes.
2929 2930 2931 2932 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2929 class PostdeployJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |