Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::Standard.
Standard represents the standard deployment strategy.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#postdeploy
def postdeploy() -> ::Google::Cloud::Deploy::V1::Postdeploy
Returns
- (::Google::Cloud::Deploy::V1::Postdeploy) — Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.
#postdeploy=
def postdeploy=(value) -> ::Google::Cloud::Deploy::V1::Postdeploy
Parameter
- value (::Google::Cloud::Deploy::V1::Postdeploy) — Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.
Returns
- (::Google::Cloud::Deploy::V1::Postdeploy) — Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.
#predeploy
def predeploy() -> ::Google::Cloud::Deploy::V1::Predeploy
Returns
- (::Google::Cloud::Deploy::V1::Predeploy) — Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.
#predeploy=
def predeploy=(value) -> ::Google::Cloud::Deploy::V1::Predeploy
Parameter
- value (::Google::Cloud::Deploy::V1::Predeploy) — Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.
Returns
- (::Google::Cloud::Deploy::V1::Predeploy) — Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.
#verify
def verify() -> ::Boolean
Returns
- (::Boolean) — Whether to verify a deployment.
#verify=
def verify=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether to verify a deployment.
Returns
- (::Boolean) — Whether to verify a deployment.