Google Cloud Deploy V1 API - Class Google::Cloud::Deploy::V1::Standard (v0.18.0)

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

#postdeploy=

def postdeploy=(value) -> ::Google::Cloud::Deploy::V1::Postdeploy
Parameter
Returns

#predeploy

def predeploy() -> ::Google::Cloud::Deploy::V1::Predeploy
Returns

#predeploy=

def predeploy=(value) -> ::Google::Cloud::Deploy::V1::Predeploy
Parameter
Returns

#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.