Class: Google::Cloud::Deploy::V1::Standard
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::Standard
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Standard represents the standard deployment strategy.
Instance Attribute Summary collapse
-
#postdeploy ⇒ ::Google::Cloud::Deploy::V1::Postdeploy
Optional.
-
#predeploy ⇒ ::Google::Cloud::Deploy::V1::Predeploy
Optional.
-
#verify ⇒ ::Boolean
Whether to verify a deployment.
Instance Attribute Details
#postdeploy ⇒ ::Google::Cloud::Deploy::V1::Postdeploy
Returns Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.
212 213 214 215 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 212 class Standard include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#predeploy ⇒ ::Google::Cloud::Deploy::V1::Predeploy
Returns Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.
212 213 214 215 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 212 class Standard include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |