Class: Google::Cloud::Functions::V2::OnDeployUpdatePolicy

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/functions/v2/functions.rb

Overview

Security patches are only applied when a function is redeployed.

Instance Attribute Summary collapse

Instance Attribute Details

#runtime_version::String (readonly)

Returns Output only. contains the runtime version which was used during latest function deployment.

Returns:

  • (::String)

    Output only. contains the runtime version which was used during latest function deployment.



959
960
961
962
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 959

class OnDeployUpdatePolicy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end