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