Class: Google::Cloud::Deploy::V1::Standard

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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

#verify::Boolean

Returns Whether to verify a deployment.

Returns:

  • (::Boolean)

    Whether to verify a deployment.



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